File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
The MongoDB driver is the high level part of the 2.0 or higher MongoDB driver and is meant for end users.
10
10
11
11
## MongoDB Node.JS Driver
12
-
12
+
13
13
| what | where |
14
14
| ---------------| ------------------------------------------------|
15
15
| 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/ |
17
17
| source | https://github.com/mongodb/node-mongodb-native |
18
18
| mongodb | http://www.mongodb.org/ |
19
19
@@ -240,7 +240,7 @@ var removeDocument = function(db, callback) {
240
240
assert .equal (1 , result .result .n );
241
241
console .log (" Removed the document with the field a equal to 3" );
242
242
callback (result);
243
- });
243
+ });
244
244
}
245
245
```
246
246
You can’t perform that action at this time.
0 commit comments