Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "fawn", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Library for atomic-ish operations in MongoDB", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -178,3 +178,3 @@ # Fawn | ||
<br> | ||
[mongoose update]: <http://mongoosejs.com/docs/api.html#model_Model.update> | ||
[mongoose]: <http://mongoosejs.com/docs/api.html#model_Model.update> | ||
@@ -187,5 +187,5 @@ [mongodb]: <https://docs.mongodb.com/manual/core/document/#document-query-filter> | ||
> condition (required): Same as in [mongoose update][] and [mongodb][] | ||
> condition (required): Same as in [mongoose][] and [mongodb][] | ||
> data (optional): Data to update with same as in [mongoose update][] and [mongodb](https://docs.mongodb.com/manual/reference/method/db.collection.update/#update-parameter) | ||
> data (optional): Data to update with same as in [mongoose][] and [mongodb](https://docs.mongodb.com/manual/reference/method/db.collection.update/#update-parameter) | ||
@@ -210,3 +210,3 @@ <br> These are all valid | ||
> options (required): Update options - same as in [mongoose update][] | ||
> options (required): Update options - same as in [mongoose][] | ||
@@ -213,0 +213,0 @@ <br> Attach to update call as shown |
34566