From c8ef19fe482447a82cfc6fa85c195ff149f13dbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Krej=C4=8D=C3=AD?= Date: Tue, 8 Oct 2019 10:50:33 +0200 Subject: [PATCH] Update README.md There, fixed it for ya :) --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c87100a..ced916a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Queuing-Algorithms - +``` ├── FIFO │   ├── destination.py │   ├── router.py @@ -13,12 +13,11 @@ ├── destination.py ├── router.py └── source.py +``` -Run each of the following command on a new terminal for each scheduling algorithm -python router.py -python destination.py -python source.py 0 -python source.py 1 -python source.py 2 - - +Run each of the following command on a new terminal for each scheduling algorithm: + - `python router.py` + - `python destination.py` + - `python source.py 0` + - `python source.py 1` + - `python source.py 2`