From: kangax Date: Fri, 21 Mar 2014 20:32:32 +0000 (-0400) Subject: Update README X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=9abdd6019c0153a53d6623ed06574057259dc42a;p=html-minifier.git Update README --- diff --git a/README.md b/README.md index fa42f6f..ada9018 100644 --- a/README.md +++ b/README.md @@ -49,8 +49,8 @@ npm install html-minifier | `lint` | [Toggle linting](http://perfectionkills.com/experimenting-with-html-minifier/#validate_input_through_html_lint) | `false` | | `keepClosingSlash` | Keep the trailing slash on singleton elements | `false` | | `caseSensitive` | Treat attributes in case sensitive manner (useful for SVG; e.g. viewBox) | `false` | -| `minifyJS` | Minify Javascript in script elements (uses [UglifyJS](https://github.com/mishoo/UglifyJS2)) | `false` | -| `minifyCSS` | Minify CSS in style elements (uses [clean-css](https://github.com/GoalSmashers/clean-css)) | `false` | +| `minifyJS` | Minify Javascript in script elements and on* attributes (uses [UglifyJS](https://github.com/mishoo/UglifyJS2)) | `false` | +| `minifyCSS` | Minify CSS in style elements and style attributes (uses [clean-css](https://github.com/GoalSmashers/clean-css)) | `false` | [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/kangax/html-minifier/trend.png)](https://bitdeli.com/free "Bitdeli Badge")