Skip to content

Commit

Permalink
Fix typo in readme introduced in #1530 (#1531)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick <ricksbrown73@gmail.com>
  • Loading branch information
ricksbrown authored and benjamingr committed Jun 6, 2018
1 parent c1dc5b9 commit b06106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -19,7 +19,7 @@ For bluebird 2.x documentation and files, see the [2.x tree](https://github.com/

### Note

Promises in Node.js 10 are significantly faster than before. Bluebird still includes a lot of features like cancellation, iteration methods and warnings that native promises don't. If you are using Bluebird for performance rathe than for those - please consider giving native promises a shot and running the benchmarks yourself.
Promises in Node.js 10 are significantly faster than before. Bluebird still includes a lot of features like cancellation, iteration methods and warnings that native promises don't. If you are using Bluebird for performance rather than for those - please consider giving native promises a shot and running the benchmarks yourself.

# Questions and issues

Expand Down

0 comments on commit b06106a

Please sign in to comment.