Update README.md
This commit is contained in:
parent
7c68444aa1
commit
8b0a2d6bec
|
@ -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
|
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:
|
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)
|
* No notion of a current working directory in `resolve` (the root dir is used instead)
|
||||||
|
|
||||||
```javascript
|
```javascript
|
||||||
|
|
Loading…
Reference in New Issue