diff --git a/README.md b/README.md
index 258e26af..50de72b3 100755
--- a/README.md
+++ b/README.md
@@ -80,11 +80,14 @@ GPUs | `batch_size` | speed | COCO epoch
Run `detect.py` to apply trained weights to an image, such as `zidane.jpg` from the `data/samples` folder:
-**YOLOv3:** `detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt`
-
+**YOLOv3:** `python3 detect.py --cfg cfg/yolov3.cfg --weights weights/yolov3.pt`
+
-**YOLOv3-tiny:** `detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt`
-
+**YOLOv3-tiny:** `python3 detect.py --cfg cfg/yolov3-tiny.cfg --weights weights/yolov3-tiny.pt`
+
+
+**YOLOv3-SPP:** `python3 detect.py --cfg cfg/yolov3-spp.cfg --weights weights/yolov3-spp.pt`
+
## Webcam