Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bdistin committed Aug 29, 2017
2 parents 1876e5c + 988ca7f commit 011f8b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 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 exclusively. 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/).

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<p><a href="https://david-dm.org/bdistin/fs-nextra"><img src="https://david-dm.org/bdistin/fs-nextra.svg" alt="david"></a>
<a href="https://david-dm.org/bdistin/fs-nextra?type=dev"><img src="https://david-dm.org/bdistin/fs-nextra/dev-status.svg" alt="david"></a></p>
<p>Node.js V8 native fs, enhanced with util.promisify and standard extra methods. Written in full ES2017, sans every sync method. <em>Async is the future!</em></p>
<h2>Docs</h2><p>All <code>fs</code> methods which return a callback, return a promise instead. All <code>fs-extra</code> methods return a promise exclusivly. No sync methods are included from either <code>fs</code> or <code>fs-extra</code>. Requires minimum Node.js v8.1.0.</p>
<h2>Docs</h2><p>All <code>fs</code> methods which return a callback, return a promise instead. All <code>fs-extra</code> methods return a promise exclusively. No sync methods are included from either <code>fs</code> or <code>fs-extra</code>. Requires minimum Node.js v8.1.0.</p>
<p>The full documentation can be found here: <a href="https://fs-nextra.js.org/">fs-nextra.js.org</a>.</p>
<h2>Credit</h2><p><code>fs-nextra</code> is heavily based on <code>fs-extra</code>, this module wouldn't be possible without it's author:</p>
<ul>
Expand Down

0 comments on commit 011f8b7

Please sign in to comment.