Merge pull request #6 from neodc/patch-1

Fix inconsistency in README
This commit is contained in:
Matt Green 2016-10-17 14:58:49 -04:00 committed by GitHub
commit fd435785aa
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Watch all files below `src` and subdirectories for changes, running `make test`
Call `make test` when any file changes in this directory/subdirectory, except for everything below `target`:
$ watchexec -i target make
$ watchexec -i target make test
Call/restart `python server.py` when any Python file in the current directory (and all subdirectories) changes: