diff --git a/README.md b/README.md index 6c38c1cd..1e1bc350 100644 --- a/README.md +++ b/README.md @@ -519,7 +519,7 @@ calls a show function of the specified design for the document specified by doc_ optional query string additions `params`. ``` js -alice.show('characters', 'format_doc', '3621898430' function(err, doc) { +alice.show('characters', 'format_doc', '3621898430', function(err, doc) { if (!err) { console.log(doc); }