Skip to content

Commit

Permalink
docs: use npx vs. npm exec (typicode#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer authored and nikoladavitkovski committed Sep 2, 2022
1 parent 253eaf6 commit 66a9407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Expand Up @@ -27,7 +27,7 @@ Already using husky? See [Migrate from 4 to 5](https://typicode.github.io/husky/

```shell
# npm
npm install husky --save-dev && npm exec husky init
npm install husky --save-dev && npx husky init

# yarn
yarn add husky --dev && yarn husky init
Expand Down

0 comments on commit 66a9407

Please sign in to comment.