Skip to content

Commit

Permalink
docs: fix invalid json format (#853)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-tsubuku committed Oct 16, 2021
1 parent 62fc778 commit d76998e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -162,7 +162,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 && git cz --hook || true"
}
}
```
Expand Down

0 comments on commit d76998e

Please sign in to comment.