From 4f58e500db14c94cd924e1867ba02396612dad59 Mon Sep 17 00:00:00 2001 From: Furkan Date: Mon, 14 Oct 2024 18:40:19 +0300 Subject: [PATCH] refactor: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a931a..87d0525 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ python src/main.py ## Pre commit hooks -We use pre-commit hooks to ensure that the code is formatted correctly and that the tests pass before committing. To install the pre-commit hooks, run the following command: +To install the pre-commit hooks, run the following command: ``` pre-commit install