Readme fixes

This commit is contained in:
goferito 2015-10-07 15:56:47 +02:00
parent 16612812cc
commit 7025eb561e

View file

@ -70,7 +70,7 @@ Bing.news("xbox", {
Bing.video("monkey vs frog", { Bing.video("monkey vs frog", {
top: 10, // Number of results (max 50) top: 10, // Number of results (max 50)
skip: 3, // Skip first 3 result skip: 3, // Skip first 3 result
videofilters: { videoFilters: {
duration: 'short', duration: 'short',
resolution: 'high' resolution: 'high'
}, },
@ -91,7 +91,7 @@ Bing.images("Ninja Turtles", {skip: 50}, function(error, res, body){
Adding filter(s) for the Image Search Adding filter(s) for the Image Search
```js ```js
Bing.images("Ninja Turtles", { Bing.images("Ninja Turtles", {
imagefilters: { imageFilters: {
size: 'small', size: 'small',
color: 'monochrome' color: 'monochrome'
} }