Skip to content

Commit

Permalink
Code inline
Browse files Browse the repository at this point in the history
  • Loading branch information
arronzhang committed Dec 9, 2011
1 parent 8b5dd9b commit a822ae9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
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 a822ae9

Please sign in to comment.