aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLaneone <dude.1996@live.com>2016-12-01 00:01:21 +0530
committerSergey M <dstftw@gmail.com>2016-12-01 01:31:21 +0700
commit98b08f94b15930e359fa0d85834d7e9651ce6445 (patch)
tree0d860694bc4f8fb34aa9f09033109c9f8e959a7c /README.md
parent73ec479c7d787c58d249583f4bb00657c370a938 (diff)
downloadyoutube-dl-98b08f94b15930e359fa0d85834d7e9651ce6445.zip
youtube-dl-98b08f94b15930e359fa0d85834d7e9651ce6445.tar.gz
youtube-dl-98b08f94b15930e359fa0d85834d7e9651ce6445.tar.bz2
[README.md] Fix typo
Just a minor spelling mistake in the readme
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 ea9131c..8409322 100644
--- 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