diff --git a/README.md b/README.md index 6a05bb7d..e4a5a679 100644 --- a/README.md +++ b/README.md @@ -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