Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 25, 2014
1 parent 069020d commit 658c067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ Node.js `fs.watch`:

* Doesn't report filenames on OS X.
* Doesn't report events at all when using editors like Sublime on OS X.
* Doesn't use FSEvents for **fast low-CPU watching on OS X** (no other fs watch module does this!).
* Doesn't use OS X internals for **fast low-CPU watching on OS X** (no other fs watch module does this!).
* Sometimes reports events twice.
* Has only one non-useful event: `rename`.
* Has [a lot of other issues](https://github.com/joyent/node/search?q=fs.watch&type=Issues)
Expand Down

0 comments on commit 658c067

Please sign in to comment.