Skip to content

Commit

Permalink
Code notice
Browse files Browse the repository at this point in the history
  • Loading branch information
arronzhang committed Dec 9, 2011
1 parent be7009d commit 8b5dd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
MongoQ
============================

Use mongoDB like this: mongoq("testdb").collection("users").find().toArray().done(function(docs){ }).fail(function(err){ });
Use mongoDB like this: `mongoq("testdb").collection("users").find().toArray().done( function(docs){} ).fail( function(err){} )`;

Base on [node-mongodb-native][mongodb-native]

Expand Down

0 comments on commit 8b5dd9b

Please sign in to comment.