Skip to content

Commit

Permalink
Link up glob syntax documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Sep 29, 2018
1 parent ba23ed0 commit cee1712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -22,7 +22,7 @@ Example use cases:
* Coalesces multiple filesystem events into one, for editors that use swap/backup files during saving
* By default, uses `.gitignore` to determine which files to ignore notifications for
* Support for watching files with a specific extension
* Support for filtering/ignoring events based on glob patterns
* Support for filtering/ignoring events based on [glob patterns](https://docs.rs/globset/*/globset/#syntax)
* Launches child processes in a new process group
* Sets the following environment variables in the child process:
* If a single file changed (depending on the event type):
Expand Down

0 comments on commit cee1712

Please sign in to comment.