Skip to content

Commit

Permalink
Document cwd option
Browse files Browse the repository at this point in the history
  • Loading branch information
es128 committed Jan 30, 2015
1 parent d3c8b95 commit 2d9523e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ should ignore the initial `add` events or not.
* `followSymlinks` (default: `true`). When `false`, only the
symlinks themselves will be watched for changes instead of following
the link references and bubbling events through the link's path.
* `cwd` (no default). The base directory from which watch `paths` are to be
derived. Paths emitted with events will be relative to this.

#### Performance

Expand Down

0 comments on commit 2d9523e

Please sign in to comment.