Typo
This commit is contained in:
parent
9f18c33c63
commit
1141194e3c
1 changed files with 1 additions and 1 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue