Исправление ошибок в инструкции

master
Антон Касимов 2023-12-09 03:34:44 +03:00
parent 94c9a4e7c9
commit 2d355869cb
1 changed files with 8 additions and 6 deletions

View File

@ -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
@ -20,9 +20,11 @@ To check for errors only:
```
To fix and modify your files directly:
```sh
nitpick fix
```
## Initializing a project
## Initializing a Project
### Python
```sh