Removed outdated about permission functions in README.md (#513)

This commit is contained in:
jrkong 2018-10-09 20:53:32 -04:00 committed by David Humphrey
parent c33f22b464
commit b1c4f04f83
1 changed files with 0 additions and 1 deletions

View File

@ -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