Skip to content

Commit

Permalink
docs: use consistent ext example
Browse files Browse the repository at this point in the history
[skip ci]

Ref #1306
  • Loading branch information
remy committed Apr 4, 2018
1 parent aa18c80 commit 6925494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sample-nodemon.md
Expand Up @@ -22,7 +22,7 @@ Here is an example (of a contrived) `nodemon.json` file:
"env": {
"NODE_ENV": "development"
},
"ext": "js json"
"ext": "js,json"
}

Note that the `ignore` used is nodemon's default ignore rule. The complete defaults can be seen here: [defaults.js](https://github.com/remy/nodemon/blob/master/lib/config/defaults.js).

0 comments on commit 6925494

Please sign in to comment.