Skip to content

Commit

Permalink
docs: typo (#1059)
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
sabrehagen authored and remy committed Sep 4, 2017
1 parent 3426224 commit 8ef739a
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 @@ -162,7 +162,7 @@ Note that by default, nodemon will ignore the `.git`, `node_modules`, `bower_com

## Application isn't restarting

In some networked environments (such as a container running nodemon reading across a mounted drive), you will need to use the `legacyWatch: true` which enabled Chokidar's polling.
In some networked environments (such as a container running nodemon reading across a mounted drive), you will need to use the `legacyWatch: true` which enables Chokidar's polling.

Via the CLI, use either `--legacy-watch` or `-L` for short:

Expand Down

0 comments on commit 8ef739a

Please sign in to comment.