From fb88ca71c206510455abf45212364ff5e145c000 Mon Sep 17 00:00:00 2001 From: Roland Date: Mon, 16 Sep 2013 13:54:08 +0200 Subject: [PATCH] Update README.md code style for err, numReplaced, upsert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ccf3891..085b857 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ db.count({}, function (err, count) { * `options` is an object with two possible parameters * `multi` (defaults to `false`) which allows the modification of several documents if set to true * `upsert` (defaults to `false`) if you want to insert a new document corresponding to the `update` rules if your `query` doesn't match anything -* `callback` (optional) signature: err, numReplaced, upsert +* `callback` (optional) signature: `err`, `numReplaced`, `upsert` * `numReplaced` is the number of documents replaced * `upsert` is set to true if the upsert mode was chosen and a document was inserted