From 2847f0b28ea7be64e8b56ac79ff9b4949e24b813 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Fri, 17 May 2013 16:57:45 +0200 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) 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