From 97f4c2c1dbf004a429a0ff4d3e50168ca2ddbc2d Mon Sep 17 00:00:00 2001 From: goferito Date: Mon, 27 Oct 2014 17:51:01 +0100 Subject: [PATCH] Market example on readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index d62bb09..310e87f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,15 @@ Bing.images("Ninja Turtles", function(error, res, body){ }, {skip: 50}); ``` +##### Specify Market +Getting spanish results: +```js +Bing.images("Ninja Turtles", function(error, res, body){ + console.log(body); +}, {top: 5, market: 'es-ES'}); +``` + + ### License MIT