Skip to content

Commit

Permalink
docs: update yarn install to yarn add (#907)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehaywood committed Mar 20, 2021
1 parent 3719341 commit 80a81c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -99,7 +99,7 @@ npm uninstall husky
1. Install `husky`

```shell
yarn install husky --save-dev
yarn add husky --dev
yarn add pinst --dev # if your package is not private
```

Expand Down

0 comments on commit 80a81c0

Please sign in to comment.