From b25909a14b7b3d2fe602b1bc793070dad2e28e66 Mon Sep 17 00:00:00 2001 From: goferito Date: Thu, 7 May 2015 11:48:03 +0200 Subject: [PATCH] Minors README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94f18c6..060f43b 100644 --- a/README.md +++ b/README.md @@ -46,14 +46,22 @@ Bing.news("xbox", function(error, res, body){ { top: 10, // Number of results (max 50) skip: 3, // Skip first 3 results - newssortby: "Date" //Choices are Date, Relevance - newscategory: "rt_Business" //Choices are rt_Business,rt_Entertainment,rt_Health,rt_Politics,rt_Sports,rt_US,rt_World,rt_ScienceAndTechnology + newssortby: "Date" //Choices are: Date, Relevance + newscategory: "rt_Business" // Choices are: + // rt_Business + // rt_Entertainment + // rt_Health + // rt_Politics + // rt_Sports + // rt_US + // rt_World + // rt_ScienceAndTechnology }); ``` #### Video Search: ```js -Bing.videp("xbox", function(error, res, body){ +Bing.video("monkey vs frog", function(error, res, body){ console.log(body); }, {