Fix typo in README

This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2013-11-29 11:11:18 -05:00
parent 79739f23bf
commit 93c2b8e979
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ The API is as close to the node.js [fs module](http://nodejs.org/api/fs.html) as
with the following differences: with the following differences:
* No synchronous versions of methods (e.g., `mkdir()` but not `mkdirSync()`). * No synchronous versions of methods (e.g., `mkdir()` but not `mkdirSync()`).
* No permissions (e.g., no `chown()`, `chmod()`, etc.). * No permissions (e.g., no `chown()`, `chmod()`, etc.).
* No support (yet) for `fs.watchFile(), `fs.unwatchFile()`, `fs.watch()`. * No support (yet) for `fs.watchFile()`, `fs.unwatchFile()`, `fs.watch()`.
* No support for stream-based operations (e.g., `fs.ReadStream`, `fs.WriteStream`). * No support for stream-based operations (e.g., `fs.ReadStream`, `fs.WriteStream`).
### Contributing ### Contributing