浏览代码

[README.md] Fix typo

Just a minor spelling mistake in the readme
Laneone 8 年之前
父节点
当前提交
98b08f94b1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
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
 # Download best format available but not better that 480p
 $ youtube-dl -f 'bestvideo[height<=480]+bestaudio/best[height<=480]'
 $ 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]'
 $ youtube-dl -f 'best[filesize<50M]'
 
 
 # Download best format available via direct link over HTTP/HTTPS protocol
 # Download best format available via direct link over HTTP/HTTPS protocol