From: kangax Date: Tue, 29 Apr 2014 15:03:12 +0000 (-0400) Subject: Update README X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=aa52ed2c124b78af9d8452ec444aacc52de908cd;p=html-minifier.git Update README --- diff --git a/README.md b/README.md index 34e8f19..e8d7537 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ npm install html-minifier | `caseSensitive` | Treat attributes in case sensitive manner (useful for SVG; e.g. viewBox) | `false` | | `minifyJS` | Minify Javascript in script elements and on* attributes (uses [UglifyJS](https://github.com/mishoo/UglifyJS2)) | `false` (could be `true`, `false`, `Object` (options)) | | `minifyCSS` | Minify CSS in style elements and style attributes (uses [clean-css](https://github.com/GoalSmashers/clean-css)) | `false` (could be `true`, `false`, `Object` (options)) | -| `ignoreCustomComments` | Array of regex that allow to ignore certain comments, when matched | [] | +| `ignoreCustomComments` | Array of regex'es that allow to ignore certain comments, when matched | [] | [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/kangax/html-minifier/trend.png)](https://bitdeli.com/free "Bitdeli Badge")