We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f016330 commit 4699b27Copy full SHA for 4699b27
README.md
@@ -17,9 +17,9 @@ Mongo Fields Filter is compatible with mongoose 5.
17
## Install
18
19
```sh
20
-$ npm i -S mongo-fields-filter
+$ npm i -S mongoose-fields-filter
21
// or
22
-$ yarn add mongo-fields-filter
+$ yarn add mongoose-fields-filter
23
```
24
25
## Use
@@ -112,4 +112,4 @@ SomeSchema.plugin(schema, config);
112
### LICENSE
113
114
The files in this archive are released under MIT license.
115
-You can find a copy of this license in [LICENSE](https://github.com/felipe-augusto/mongoose-fields-filter/raw/master/LICENSE).
+You can find a copy of this license in [LICENSE](https://github.com/felipe-augusto/mongoose-fields-filter/raw/master/LICENSE).
0 commit comments