From d76998efc9c85b0c793a3d3b289a0609411ad735 Mon Sep 17 00:00:00 2001 From: Yohei Tsubuku Date: Sat, 16 Oct 2021 22:05:54 +0900 Subject: [PATCH] docs: fix invalid json format (#853) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } ```