From 7025eb561e98ca97287c00997de8ecda4284f855 Mon Sep 17 00:00:00 2001 From: goferito Date: Wed, 7 Oct 2015 15:56:47 +0200 Subject: [PATCH] Readme fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9919c4..7a1a33f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Bing.news("xbox", { Bing.video("monkey vs frog", { top: 10, // Number of results (max 50) skip: 3, // Skip first 3 result - videofilters: { + videoFilters: { duration: 'short', resolution: 'high' }, @@ -91,7 +91,7 @@ Bing.images("Ninja Turtles", {skip: 50}, function(error, res, body){ Adding filter(s) for the Image Search ```js Bing.images("Ninja Turtles", { - imagefilters: { + imageFilters: { size: 'small', color: 'monochrome' }