From 6b0265e2e87bb821ca839b2ad9f66d03027b0bfb Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Wed, 11 Apr 2018 19:55:59 -0400 Subject: [PATCH] Add docs that graceful-fs is used Fixes #562 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df20d4aa..63c4a290 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Node.js: fs-extra ================= -`fs-extra` adds file system methods that aren't included in the native `fs` module and adds promise support to the `fs` methods. It should be a drop in replacement for `fs`. +`fs-extra` adds file system methods that aren't included in the native `fs` module and adds promise support to the `fs` methods. It also uses [`graceful-fs`](https://github.com/isaacs/node-graceful-fs) to prevent `EMFILE` errors. It should be a drop in replacement for `fs`. [![npm Package](https://img.shields.io/npm/v/fs-extra.svg)](https://www.npmjs.org/package/fs-extra) [![License](https://img.shields.io/npm/l/express.svg)](https://github.com/jprichardson/node-fs-extra/blob/master/LICENSE)