浏览代码

optipng: reworded options 2 and 3

Hayden Schiff 9 年之前
父节点
当前提交
78eebef66b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      pages/common/optipng.md

+ 2 - 2
pages/common/optipng.md

@@ -6,11 +6,11 @@
 
 `optipng {{file.png}}`
 
-- Compress a PNG as optimally (but slowly) as possible:
+- Compress a PNG with best compression:
 
 `optipng -o{{7}} {{file.png}}`
 
-- Compress a PNG as quickly (but non-optimally) as possible:
+- Compress a PNG with fastest compression:
 
 `optipng -o{{0}} {{file.png}}`