Readme fixes
This commit is contained in:
parent
16612812cc
commit
7025eb561e
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue