From 42a0f0c6530c1312162c036ef6bcba36112ac0b6 Mon Sep 17 00:00:00 2001 From: Chicory Date: Mon, 5 Aug 2024 15:05:42 +0300 Subject: [PATCH] Readme cleanup --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 527b227..53b8142 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,6 @@ make install make code-style-fix ``` -### Сode style fixer -```bash -make code-style-fix -``` - ### Сode style check ```bash make code-style-check @@ -30,7 +25,7 @@ make code-style-check make analyze-code ``` -### Run Run unit tests +### Run unit tests ```bash make run-unit-tests ```