From 8be332ad433442e4f2a0dbda53d782e4f3e6f3e7 Mon Sep 17 00:00:00 2001 From: goferito Date: Fri, 19 Sep 2014 14:56:28 +0200 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40c95be..13c20bd 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ var Bing = require('node-bing-api')({ accKey: "your-account-key" }); Bing.search("Android", function(error, res, body){ console.log(body); -})); +}); ```` ### License