From d7cb3cadb49e6c9bec959c3c49f0103952a95646 Mon Sep 17 00:00:00 2001 From: kangax Date: Wed, 30 Apr 2014 11:26:22 -0400 Subject: [PATCH] Update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2f19c4f..6ff475e 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ 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'es that allow to ignore certain comments, when matched | [ ] | -| `processScripts` | Array of strings corresponding to types of script elements to process through minifier (e.g. "text/ng-template", "text/x-handlebars-template", etc.) | [ ] | +| `ignoreCustomComments` | Array of regex'es that allow to ignore certain comments, when matched | `[ ]` | +| `processScripts` | Array of strings corresponding to types of script elements to process through minifier (e.g. "text/ng-template", "text/x-handlebars-template", etc.) | `[ ]` | -Chunks of markup could be ignored by wrapping them with ``. +Chunks of markup can be ignored by wrapping them with ``. [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/kangax/html-minifier/trend.png)](https://bitdeli.com/free "Bitdeli Badge") -- 2.34.1