Skip to content

Commit 7e966b3

Browse files
committed
updated readme
1 parent 28b56fe commit 7e966b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
The MongoDB driver is the high level part of the 2.0 or higher MongoDB driver and is meant for end users.
1010

1111
## MongoDB Node.JS Driver
12-
12+
1313
| what | where |
1414
|---------------|------------------------------------------------|
1515
| documentation | http://mongodb.github.io/node-mongodb-native/ |
16-
| api-doc | http://mongodb.github.io/node-mongodb-native/ |
16+
| api-doc | http://mongodb.github.io/node-mongodb-native/2.0/api/ |
1717
| source | https://github.com/mongodb/node-mongodb-native |
1818
| mongodb | http://www.mongodb.org/ |
1919

@@ -240,7 +240,7 @@ var removeDocument = function(db, callback) {
240240
assert.equal(1, result.result.n);
241241
console.log("Removed the document with the field a equal to 3");
242242
callback(result);
243-
});
243+
});
244244
}
245245
```
246246

0 commit comments

Comments
 (0)