From ec8ac07ffc359053a22028178ed6c45f49f39617 Mon Sep 17 00:00:00 2001 From: goferito Date: Fri, 6 Nov 2015 20:42:00 +0100 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b949d7f..97adc59 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Bing.relatedSearch('berlin', {market: 'en-US'}, function (err, res, body) { #### Spelling Suggestions: ```js -Bing.spellingSuggestion('awsome spell', function (err, res, body) { +Bing.spelling('awsome spell', function (err, res, body) { console.log(body.d.results[0]); //awesome spell }); ```