Skip to content

Commit

Permalink
Clarifies NPM command. Fixes mongoose-unique-validator#72
Browse files Browse the repository at this point in the history
  • Loading branch information
viveleroi committed Dec 27, 2017
1 parent 05962a7 commit 2b364b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ from MongoDB.
Usage
-----

```
npm install mongoose-unique-validator
```
Yarn: `yarn add mongoose-unique-validator`

NPM: `npm install --save mongoose-unique-validator`

Then, simply apply the plugin to your schema:

Expand Down

0 comments on commit 2b364b4

Please sign in to comment.