Skip to content

Commit

Permalink
docs: use npx vs. npm exec (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
blimmer committed Mar 1, 2021
1 parent 6b626f7 commit a7cc2ce
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 a7cc2ce

Please sign in to comment.