Alias Bing.search to Bing.web

This commit is contained in:
goferito 2015-03-08 14:30:56 +01:00
parent 7133f9343e
commit 87650a37f6
2 changed files with 6 additions and 2 deletions

View file

@ -16,7 +16,7 @@ var Bing = require('node-bing-api')({ accKey: "your-account-key" });
##### Web Search:
```js
Bing.search("Pizza", function(error, res, body){
Bing.web("Pizza", function(error, res, body){
console.log(body);
},
{