From ed85774c158bbcbeae3a415e601884afb83a1294 Mon Sep 17 00:00:00 2001 From: goferito Date: Tue, 15 Sep 2015 10:26:07 +0200 Subject: [PATCH] Add missing comma in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef3067a..e8596f9 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Bing.composite("xbox", { Bing.news("xbox", { top: 10, // Number of results (max 50) skip: 3, // Skip first 3 results - newssortby: "Date" //Choices are: Date, Relevance + newssortby: "Date", //Choices are: Date, Relevance newscategory: "rt_Business" // Choices are: // rt_Business // rt_Entertainment