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 authored and nikoladavitkovski committed Sep 2, 2022
1 parent bd316c6 commit b293c98
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 b293c98

Please sign in to comment.