Skip to content
This repository has been archived by the owner on Nov 5, 2018. It is now read-only.

Commit

Permalink
Merge pull request #128 from mscherer/patch-1
Browse files Browse the repository at this point in the history
Fix syntax error in db.show example
  • Loading branch information
dscape committed Feb 18, 2013
2 parents 7a8f703 + 53f3be3 commit 8978f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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);
}
Expand Down

0 comments on commit 8978f69

Please sign in to comment.