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 ```