diff --git a/README.md b/README.md index 698ce2b2..10565bd9 100644 --- a/README.md +++ b/README.md @@ -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" } } ```