[README.md] Rephrase usage example comment (#20614)
authorDaMightyZombie <42248344+DaMightyZombie@users.noreply.github.com>
Sat, 13 Apr 2019 08:03:42 +0000 (10:03 +0200)
committerSergey M <dstftw@gmail.com>
Sat, 13 Apr 2019 08:03:42 +0000 (15:03 +0700)
README.md

index 92c3a92a1e290e369bb301716e3d29ad8061940d..8c48a30121bdd53344868615bced9ce00b99e40b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -700,7 +700,7 @@ Note that on Windows you may need to use double quotes instead of single.
 # Download best mp4 format available or any other best if no mp4 available
 $ youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'
 
-# Download best format available but not better that 480p
+# Download best format available but no better than 480p
 $ youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]'
 
 # Download best video only format but no bigger than 50 MB