From 39e4515a722ca1270bfbd455a195def289d81ef0 Mon Sep 17 00:00:00 2001 From: bdistin Date: Wed, 26 Jul 2017 21:24:47 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 594a88dd..0bb48d0f 100644 --- a/README.md +++ b/README.md @@ -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 exclusivly. 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 exclusivly. No sync methods are included from either `fs` or `fs-extra`. Requires minimum Node.js v8.1.0. The full documentation can be found here: [fs-nextra.js.org](https://fs-nextra.js.org/).