Update README
authorkangax <kangax@gmail.com>
Fri, 21 Mar 2014 20:32:32 +0000 (16:32 -0400)
committerkangax <kangax@gmail.com>
Fri, 21 Mar 2014 20:32:32 +0000 (16:32 -0400)
README.md

index fa42f6f..ada9018 100644 (file)
--- 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")