From 93c2b8e979facd6665effcf7216c7855f9805469 Mon Sep 17 00:00:00 2001 From: "David Humphrey (:humph) david.humphrey@senecacollege.ca" Date: Fri, 29 Nov 2013 11:11:18 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faae7bc..610ce6d 100644 --- a/README.md +++ b/README.md @@ -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: * No synchronous versions of methods (e.g., `mkdir()` but not `mkdirSync()`). * 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`). ### Contributing