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`