From b06106ac7b43ea638cce1eceb4ae76a877247ba1 Mon Sep 17 00:00:00 2001 From: Rick Brown Date: Wed, 6 Jun 2018 16:38:48 +1000 Subject: [PATCH] Fix typo in readme introduced in #1530 (#1531) Signed-off-by: Rick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecb40ba0d..0eb5b74aa 100644 --- a/README.md +++ b/README.md @@ -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