From 11e4aebfefb0ce77972c0b083fac03f2da650b76 Mon Sep 17 00:00:00 2001
From: Glenn Jocher <glenn.jocher@ultralytics.com>
Date: Wed, 11 Aug 2021 18:33:34 +0200
Subject: [PATCH] Update README.md (#4387)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index df4e9add..febf4bff 100644
--- a/README.md
+++ b/README.md
@@ -112,7 +112,7 @@ $ python detect.py --source 0  # webcam
                             file.mp4  # video
                             path/  # directory
                             path/*.jpg  # glob
-                            'https://youtu.be/NUsoVlDFqZg'  # YouTube video
+                            'https://youtu.be/NUsoVlDFqZg'  # YouTube
                             'rtsp://example.com/media.mp4'  # RTSP, RTMP, HTTP stream
 ```
 
-- 
GitLab