Add missing comma in README
This commit is contained in:
parent
f99b93d333
commit
ed85774c15
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ Bing.composite("xbox", {
|
||||||
Bing.news("xbox", {
|
Bing.news("xbox", {
|
||||||
top: 10, // Number of results (max 50)
|
top: 10, // Number of results (max 50)
|
||||||
skip: 3, // Skip first 3 results
|
skip: 3, // Skip first 3 results
|
||||||
newssortby: "Date" //Choices are: Date, Relevance
|
newssortby: "Date", //Choices are: Date, Relevance
|
||||||
newscategory: "rt_Business" // Choices are:
|
newscategory: "rt_Business" // Choices are:
|
||||||
// rt_Business
|
// rt_Business
|
||||||
// rt_Entertainment
|
// rt_Entertainment
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue