fix(docs): add .md ext, add $ shell marker

This commit is contained in:
DarkCat09 2024-07-01 20:11:23 +04:00
parent 05c7700c0f
commit 524f9fd3c9
Signed by: DarkCat09
GPG key ID: 0A26CD5B3345D6E3
2 changed files with 4 additions and 4 deletions

4
README
View file

@ -1,4 +0,0 @@
```bash
pipx install mitmproxy
mitmproxy -s addon.py
```

4
README.md Normal file
View file

@ -0,0 +1,4 @@
```bash
$ pipx install mitmproxy
$ mitmproxy -s addon.py
```