Update README
authorkangax <kangax@gmail.com>
Tue, 29 Apr 2014 15:03:12 +0000 (11:03 -0400)
committerkangax <kangax@gmail.com>
Tue, 29 Apr 2014 15:03:12 +0000 (11:03 -0400)
README.md

index 34e8f19..e8d7537 100644 (file)
--- 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")