Browse Source

justinmayer also sugested some proza changes.

I overlooked these.
Jappie Klooster 6 years ago
parent
commit
de79ca2b49
1 changed files with 4 additions and 3 deletions
  1. 4 3
      optimize_images/Readme.md

+ 4 - 3
optimize_images/Readme.md

@@ -1,9 +1,10 @@
 Optimize Images Plugin For Pelican
 ==================================
 
-This plugin applies lossless compression on JPEG and PNG images, with no
-effect on image quality. It uses [jpegtran][], [OptiPNG][] and [svgo][]. 
-It assumes that all of these tools are installed on system path.
+This plugin applies lossless compression on JPEG, PNG and SVG images, with no
+effect on image quality via [jpegtran][], [OptiPNG][] and [svgo][] respectively. 
+The plugin assumes that all of these tools are installed, with associated
+executables available on the system path.
 
 [jpegtran]: http://jpegclub.org/jpegtran/
 [OptiPNG]: http://optipng.sourceforge.net/