Commit 13a09c59 authored by Leonard Marschke's avatar Leonard Marschke 👾
Browse files

Fix code styling in README

parent a1685454
Loading
Loading
Loading
Loading
Loading
+4 −2
Changes for README.md: 4 added lines, 2 removed lines.
Original line number Diff line number Diff line
@@ -4,8 +4,10 @@ at least the smtp servers of the other groups..


## Run Tests
`python3 run.py testing.marschke.me 9001 smtp-server-group-a 6666
```bash
python3 run.py testing.marschke.me 9001 smtp-server-group-a 6666
python3 run.py testing.marschke.me 9001 smtp-server-group-b 8008
python3 run.py testing.marschke.me 9001 smtp-server-group-c 5555
python3 run.py testing.marschke.me 9001 smtp-server-group-d 25
python3 run.py testing.marschke.me 9001 julianweise/simplesmtp 4431 --ssl --wait-up 2`
python3 run.py testing.marschke.me 9001 julianweise/simplesmtp 4431 --ssl --wait-up 2
```