From 9e44b7cc4e5b1e864b54b684b19676c9a62b3d3c Mon Sep 17 00:00:00 2001 From: kumy Date: Wed, 9 Mar 2022 22:48:45 +0100 Subject: [PATCH] chore: Fix configure example I hit #8 just by following the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c77472..1cfd3bc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Create or append to your `.pre-commit-config.yaml` configuration: ```yaml - repo: https://github.com/syntaqx/git-hooks - rev: v0.0.16 + rev: v0.0.17 hooks: - id: circleci-config-validate - id: forbid-binary