about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorDaMightyZombie <42248344+DaMightyZombie@users.noreply.github.com>2019-04-13 10:03:42 +0200
committerSergey M <dstftw@gmail.com>2019-04-13 15:03:42 +0700
commit11edb76610ba35aa2dc15b61d627147c739cce02 (patch)
treed2419aca31de009948740fa5ac7694cef157c6b6 /README.md
parent8721b097510819e11470d9cc7cc2f7593c2a36e2 (diff)
downloadyoutube-dl-11edb76610ba35aa2dc15b61d627147c739cce02.tar.gz
youtube-dl-11edb76610ba35aa2dc15b61d627147c739cce02.tar.xz
youtube-dl-11edb76610ba35aa2dc15b61d627147c739cce02.zip
[README.md] Rephrase usage example comment (#20614)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 92c3a92a1..8c48a3012 100644
--- 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