[README.md] Fix typo
authorLaneone <dude.1996@live.com>
Wed, 30 Nov 2016 18:31:21 +0000 (00:01 +0530)
committerSergey M <dstftw@gmail.com>
Wed, 30 Nov 2016 18:31:21 +0000 (01:31 +0700)
Just a minor spelling mistake in the readme

README.md

index ea9131c3ab88e944c34b7bf50dc87fad8113bc20..840932298da91bb32ce321f351ee415b5261ee68 100644 (file)
--- a/README.md
+++ b/README.md
@@ -664,7 +664,7 @@ $ youtube-dl -f 'bestvideo[ext=mp4]+bestaudio[ext=m4a]/best[ext=mp4]/best'
 # Download best format available but not better that 480p
 $ youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]'
 
-# Download best video only format but no bigger that 50 MB
+# Download best video only format but no bigger than 50 MB
 $ youtube-dl -f 'best[filesize<50M]'
 
 # Download best format available via direct link over HTTP/HTTPS protocol