Skip to content

Commit

Permalink
Merge pull request #22 from tschaub/patch-1
Browse files Browse the repository at this point in the history
Working link to nodemon config documentation
  • Loading branch information
Jackson Gariety committed Mar 18, 2014
2 parents f220758 + 4dd78d8 commit 9e79852
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 @@ -9,7 +9,7 @@ Perfect for development.

### **nodemon([options])**

You can pass an object to gulp-nodemon with options [specified in nodemon config](('https://github.com/remy/nodemon/blob/master/doc/sample-nodemon.md')).
You can pass an object to gulp-nodemon with options [specified in nodemon config](https://github.com/remy/nodemon#config-files).

Example below will start `server.js` in `development` mode and watch for changes, as well as watch all `.html` and `.js` files in the directory.
```javascript
Expand Down

0 comments on commit 9e79852

Please sign in to comment.