From 335d926a150b9237afe180b56a01fcb8245854c8 Mon Sep 17 00:00:00 2001 From: Eduardo Sorribas Date: Tue, 3 Sep 2013 13:05:44 -0400 Subject: [PATCH] Fix the link to the mongo native driver. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41a65e9..4ad2c02 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # mongojs A [node.js](http://nodejs.org) module for mongodb, that emulates [the official mongodb API](http://www.mongodb.org/display/DOCS/Home) as much as possible. -It wraps [mongodb-native](https://github.com/christkv/node-mongodb-native/) and is available through [npm](http://npmjs.org) +It wraps [mongodb-native](https://github.com/mongodb/node-mongodb-native/) and is available through [npm](http://npmjs.org) npm install mongojs