Skip to content

Commit

Permalink
docs: update deprecated npm command
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jun 10, 2022
1 parent 47e96ec commit b6e4c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -98,7 +98,7 @@ npx husky install
3. To automatically have Git hooks enabled after install, edit `package.json`

```shell
npm set-script prepare "husky install"
npm pkg set scripts.prepare "husky install"
```

You should have:
Expand Down

0 comments on commit b6e4c92

Please sign in to comment.