Update README.md

pull/2/head
Louis Chatriot 12 years ago
parent c2f9f89214
commit 2847f0b28e
  1. 1
      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

Loading…
Cancel
Save