aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-12-03 19:10:10 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-12-03 19:20:07 +0100
commite23958ba3b639a24f59c32a018efdbaddd4ca98b (patch)
tree376351d2c130bb5bea8f4ab2da1b5e6afc7b3e1c /README.md
parentfix preludes in bash scripts (diff)
downloadcimple-e23958ba3b639a24f59c32a018efdbaddd4ca98b.tar.gz
cimple-e23958ba3b639a24f59c32a018efdbaddd4ca98b.zip
make .gitattributes more consistent
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1ab9a10..0e585bd 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ directory:
### Code style
-Set up the git pre-commit hook by running `./scripts/setup-hook`.
+Set up the git pre-commit hook by running `./scripts/setup-hooks.sh`.
This depends on `clang-format` and won't allow you to commit code that doesn't
pass the formatting check.