From e04f65040c95b79345843540f78e459183ca512d Mon Sep 17 00:00:00 2001 From: Dave Conway-Jones Date: Wed, 9 Dec 2015 20:12:17 +0000 Subject: [PATCH] Grammar correction in mongo readme to close #152 --- storage/mongodb/README.md | 2 +- storage/mongodb/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storage/mongodb/README.md b/storage/mongodb/README.md index e73db656..18cb7779 100644 --- a/storage/mongodb/README.md +++ b/storage/mongodb/README.md @@ -66,7 +66,7 @@ selected it should contain an object. If not it will be wrapped in an object wit *Update* will modify an existing object or objects. The query to select objects to update uses **msg.query** and the update to the element uses **msg.payload**. -Update can add a object if it does not exist or update multiple objects. +Update can add an object if it does not exist or update multiple objects. *Remove* will remove objects that match the query passed in on **msg.payload**. A blank query will delete *all of the objects* in the collection. diff --git a/storage/mongodb/package.json b/storage/mongodb/package.json index 19102e7c..3a9e6718 100644 --- a/storage/mongodb/package.json +++ b/storage/mongodb/package.json @@ -1,6 +1,6 @@ { "name" : "node-red-node-mongodb", - "version" : "0.0.3", + "version" : "0.0.4", "description" : "Node-RED nodes to talk to an Mongo database", "dependencies" : { "mongodb" : "1.4.29"