Skip to content

Commit

Permalink
docs: adjust example to a valid husky prepare-commit-msg command (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
urg committed Feb 28, 2022
1 parent fcc85e5 commit 70ca1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ For `husky` users, add the following configuration to the project's `package.jso
```json
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
"prepare-commit-msg": "exec < /dev/tty && npx cz --hook || true"
}
}
```
Expand Down

0 comments on commit 70ca1f4

Please sign in to comment.