Skip to content

Commit 826dcc2

Browse files
authored
Update README.md
1 parent e36d6f4 commit 826dcc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Include custom modules used in your project with `-r requirements.txt`:
4141

4242
Okrutnik will create a virtual Python environment in .okrutnik_venv for itself and store its tools in order to perform a scan.
4343

44-
You can --update or --uninstall them at any time.
44+
You can `--update` or `--uninstall` them at any time.
4545

4646
## Usage 🚀
4747

@@ -55,7 +55,7 @@ To stop on failed linters or errors:
5555
./okrutnik.sh --stop target.py
5656
```
5757

58-
Be advised: it will reformat your code by default, make a backup or comment out black.
58+
**Be advised**: it will reformat your code by default. Make a backup or comment out black before use.
5959

6060
```
6161
Usage: ./okrutnik.sh [options] <target>

0 commit comments

Comments
 (0)