Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
guileen committed Feb 24, 2014
1 parent eef60a1 commit c272a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ origin:
```js
var db = new Db(...);
db.open(functioin(err, db) {
db.collection('myCollection', {strict: true}, functioin(err, myCollection) {
db.collection('myCollection', {strict: true}, function(err, myCollection) {
// myCollection.find() ...
});
});
Expand Down

0 comments on commit c272a2c

Please sign in to comment.