1
0
mirror of https://github.com/node-red/node-red-nodes.git synced 2023-10-10 13:36:58 +02:00

Grammar correction in mongo readme

to close #152
This commit is contained in:
Dave Conway-Jones 2015-12-09 20:12:17 +00:00
parent bbed4bab9a
commit e04f65040c
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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"