diff --git a/README.md b/README.md index 3173b086..08c9cfee 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,9 @@ var fs = Promise.promisifyAll(require('fs-extra')) Or you can use a dedicated package: - [`fs-extra-promise`](https://github.com/overlookmotel/fs-extra-promise) uses Bluebird. -- [`fs-promise`](https://github.com/kevinbeaty/fs-promise) uses Any-Promise and also covers [`mz/fs`](https://github.com/normalize/mz/blob/master/fs.js). +- [`fs-promise`](https://github.com/kevinbeaty/fs-promise) uses + [Any Promise](https://github.com/kevinbeaty/any-promise) and also covers + [`mz/fs`](https://github.com/normalize/mz/blob/master/fs.js). ### TypeScript