From ec15c024c7c3e036ddcd116b10792ff592cfbfc3 Mon Sep 17 00:00:00 2001 From: Yu Wu Date: Tue, 13 Oct 2015 21:25:42 -0700 Subject: [PATCH] Missing a coma in searchWikipedia method --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f8a59a9..46230e2 100644 --- a/readme.md +++ b/readme.md @@ -100,7 +100,7 @@ function searchWikipedia(term) { url: 'http://en.wikipedia.org/w/api.php', data: { action: 'opensearch', search: term, - format: 'json' } + format: 'json' }, dataType: 'jsonp' }); }