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