Skip to content

Commit 80a81c0

Browse files
authored
docs: update yarn install to yarn add (#907)
1 parent 3719341 commit 80a81c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ npm uninstall husky
9999
1. Install `husky`
100100

101101
```shell
102-
yarn install husky --save-dev
102+
yarn add husky --dev
103103
yarn add pinst --dev # if your package is not private
104104
```
105105

0 commit comments

Comments
 (0)