Skip to content

Commit

Permalink
Change style
Browse files Browse the repository at this point in the history
  • Loading branch information
arronzhang committed Dec 9, 2011
1 parent 8eae344 commit be7009d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Expand Up @@ -2,7 +2,7 @@
MongoQ
============================

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

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

Expand All @@ -14,7 +14,7 @@ Features
* Full [node-mongodb-native][mongodb-native] methods and events supports
* Chainable api
* Introduce into [jQuery Deferred][jquery-deferred] which is based on the [CommonJS Promises/A][promises-a] design. => v0.2
* Control-flow
* Control-flow => v0.2


Installation
Expand Down

0 comments on commit be7009d

Please sign in to comment.