Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
remy committed Jan 13, 2012
1 parent daf7be1 commit 44d2751
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ nodemon was original written to restart hanging processes such as web servers, b

nodemon can also be used to execute and monitor other programs. nodemon will read the file extension of the script being run and monitor that extension instead of .js if there's no .nodemonignore:

nodemon -exec python ./app.py
nodemon --exec python ./app.py

Now nodemon will run `app.py` with python, and look for new or modified files with the `.py` extension.

Expand Down

0 comments on commit 44d2751

Please sign in to comment.