Skip to content

Commit d76998e

Browse files
authored
docs: fix invalid json format (#853)
1 parent 62fc778 commit d76998e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ For `husky` users, add the following configuration to the project's `package.jso
162162
```json
163163
"husky": {
164164
"hooks": {
165-
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true",
165+
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
166166
}
167167
}
168168
```

0 commit comments

Comments
 (0)