diff --git a/README.md b/README.md
index 377ed981..933f9452 100755
--- a/README.md
+++ b/README.md
@@ -107,13 +107,13 @@ python3 detect.py --source ...
To run a specific models:
**YOLOv3:** `python3 detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.weights`
-
+
**YOLOv3-tiny:** `python3 detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.weights`
-
+
**YOLOv3-SPP:** `python3 detect.py --cfg cfg/yolov3-spp.cfg --weights weights/yolov3-spp.weights`
-
+
# Pretrained Weights