diff --git a/README.md b/README.md index ab0f779..ccd6aec 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ db.find({}, function (err, docs) { // docs contains all documents in the collection }); - // The same rules apply when you want to only find one document db.findOne({ _id: 'id1' }, function (err, doc) { // doc is the document _id1