README.md in image_optim_bin-0.0.2 vs README.md in image_optim_bin-0.0.3

- old
+ new

@@ -1,8 +1,8 @@ # ImageOptimBin -Statically compiled bins to make image_optim work on Heroku or Linux +Statically compiled bins to make [image_optim](https://github.com/toy/image_optim) work on Heroku or Linux x86_64 platform. ## Installation Add this line to your application's Gemfile: @@ -19,14 +19,15 @@ ## Usage This gem sets ENV variables for the individual bins: -- JPEGOPTIM_BIN -- JPEGTRAN_BIN -- OPTIPNG_BIN -- PNGCRUSH_BIN -- PNGOUT_BIN +- `JPEGOPTIM_BIN` +- `JPEGTRAN_BIN` +- `OPTIPNG_BIN` +- `PNGCRUSH_BIN` +- `PNGOUT_BIN` +- `ADVPNG_BIN` ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`)