diff --git a/README.md b/README.md index 6de7f7a..04d8da8 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ Filer is as close to the node.js [fs module](http://nodejs.org/api/fs.html) as p 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 for stream-based operations (e.g., `fs.ReadStream`, `fs.WriteStream`). Filer has other features lacking in node.js (e.g., swappable backend