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' }); }