From 1141194e3cf91d56c020b2049caeb4f3b483bd5f Mon Sep 17 00:00:00 2001 From: "Mr. Goferito" Date: Wed, 12 Jul 2017 23:38:45 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3392e6..3e532f0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ var Bing = require('node-bing-api')({ accKey: "your-account-key" }); ## Promises -This API provdes callbacks by default, but users of node 8 and newer can make th library return Promises with `util.promisify()`. For example, to use `Bing.web`: +This API provdes callbacks by default, but users of node 8 and newer can make the library return Promises with `util.promisify()`. For example, to use `Bing.web`: ```js var util = require('util'),