Skip to content

Commit

Permalink
Linkify any-promise
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Nov 21, 2016
1 parent 8f7473b commit a29aafe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a29aafe

Please sign in to comment.