Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed Sep 22, 2017
1 parent fb12a50 commit 8e9399d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -18,7 +18,7 @@ Node.js V8 native fs, enhanced with util.promisify and standard extra methods. W
Docs
------

All `fs` methods which return a callback, return a promise instead. All `fs-extra` methods return a promise exclusively. No sync methods are included from either `fs` or `fs-extra`. Requires minimum Node.js v8.1.0.
All `fs` methods which return a callback, return a promise instead. All `fs-extra` methods return a promise exclusively. No sync methods are included from either `fs` or `fs-extra`. Requires minimum Node.js v8.5.0.

The full documentation can be found here: [fs-nextra.js.org](https://fs-nextra.js.org/).

Expand Down

0 comments on commit 8e9399d

Please sign in to comment.