Skip to content

Commit

Permalink
we do not require native compilation now
Browse files Browse the repository at this point in the history
  • Loading branch information
mafintosh committed Sep 20, 2011
1 parent bf22b83 commit d419919
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
A [node.js](http://nodejs.org) module for mongodb, that emulates the mongodb API as much as possible. It wraps [mongodb-native](https://github.com/christkv/node-mongodb-native/).
It is available through npm:

npm install mongojs --mongodb:native
npm install mongojs

mongojs is very simple to use:

Expand Down Expand Up @@ -42,4 +42,4 @@ db.mycollection.update({name:'mathias'}, {$inc:{level:1}}, {multi:true}, callbac
db.mycollection.save({created:'just now'});
```

For more detailed information about the different usages of update and quering see [the mongo docs](http://www.mongodb.org/display/DOCS/Manual)
For more detailed information about the different usages of update and quering see [the mongo docs](http://www.mongodb.org/display/DOCS/Manual)

0 comments on commit d419919

Please sign in to comment.