Skip to content

Commit

Permalink
FIX: update readme info
Browse files Browse the repository at this point in the history
  • Loading branch information
liuya committed Jun 29, 2018
1 parent afc3872 commit 84303d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Pngquant is a command-line utility and a library for lossy compression of PNG im
The conversion reduces file sizes significantly (often as much as 70%) and preserves full alpha transparency. Generated images are compatible with all modern web browsers, and have better fallback in IE6 than 24-bit PNGs.

```ruby
PNGQuantOptimizer.new('path/to/file.png').optimize
ImageOptimizer::PNGQuantOptimizer.new('path/to/file.png').optimize
```

#### Optimize JPEG formats:
Expand Down

0 comments on commit 84303d2

Please sign in to comment.