Update README.md

This commit is contained in:
Alan K 2014-02-21 10:25:08 -05:00
parent 7c68444aa1
commit 8b0a2d6bec
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ interface as providers. See the code in `src/providers` and `src/adapters` for
The node.js [path module](http://nodejs.org/api/path.html) is available via the `Filer.Path` object. It is
identical to the node.js version with the following differences:
* No support for `existsSync()`. Use `fs.stat()` instead.
* No notion of a current working directory in `resolve` (the root dir is used instead)
```javascript