From 2d355869cb4fd82b062ebce4780f798eaab02acd Mon Sep 17 00:00:00 2001 From: Anton Kasimov Date: Sat, 9 Dec 2023 03:34:44 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BE=D0=BA?= =?UTF-8?q?=20=D0=B2=20=D0=B8=D0=BD=D1=81=D1=82=D1=80=D1=83=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fe224a2..84220e0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# Project configuration stuff -## Enforcing configuration +# Project Configuration Stuff +## Enforcing Configuration -Enforcing is done with help of nitpick - a command-line tool. +Enforcing is done with the help of nitpick — a command-line tool. ### Installation @@ -16,13 +16,15 @@ pipx install nitpick To check for errors only: ```sh - nitpick check +nitpick check ``` To fix and modify your files directly: - nitpick fix +```sh +nitpick fix +``` -## Initializing a project +## Initializing a Project ### Python ```sh