Skip to content

Commit 3fad063

Browse files
committed
docs(README): fix readme
1 parent bed49cd commit 3fad063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ After adding, the plugin will create a diff document with the following shape in
9191
}
9292
```
9393

94-
**Important!** Plugin creates diffs on a `preSave` mongoose hook. That's why all methods which directly operates with MongoDB won't call creating diff.
94+
**Important!** Plugin creates diffs on a `preSave` mongoose hook. That's why all methods which directly operates with MongoDB won't invoke creating diff. Also, plugin increment `versionKey` in your collection after any modification.
9595

9696
Diffs are represented as one or more change records. Change records have the following structure:
9797

0 commit comments

Comments
 (0)