From 953aab6883b3199553bbd1a07f1db24807c7595d Mon Sep 17 00:00:00 2001 From: Neil Conway Date: Thu, 27 Feb 2025 12:12:39 -0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba89c7..66b72e3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Collection of developer scripts, files, etc, for improving the developer process You can use `bootstrap` to "install" some of these tools, e.g., the `pre-commit` hook. -Note that we currently use `ln -s` to "install" git hooks rather than just making a copy so that we can actually update it in the repository and everyone will benefit from the update). +Note that we currently use `ln -s` to "install" git hooks rather than just making a copy so that we can actually update it in the repository and everyone will benefit from the update. #### **_So, before you start the work with some repo including this current repo as a submodule, we recommend you to run this file with the following command in the root directory (Linux & macOS):_**