From aa52ed2c124b78af9d8452ec444aacc52de908cd Mon Sep 17 00:00:00 2001 From: kangax Date: Tue, 29 Apr 2014 11:03:12 -0400 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.34.1