From: kangax Date: Mon, 17 Mar 2014 21:58:01 +0000 (-0400) Subject: Add another option to README X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=d92775c9f911d62661e541499dc3eac2e3fa1ec2;p=html-minifier.git Add another option to README --- diff --git a/README.md b/README.md index 16e769a..d34c00c 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,10 @@ npm install html-minifier | `removeEmptyAttributes` | [Remove all attributes with whitespace-only values](http://perfectionkills.com/experimenting-with-html-minifier/#remove_empty_or_blank_attributes) | `false` | | `removeOptionalTags` | [Remove unrequired tags](http://perfectionkills.com/experimenting-with-html-minifier/#remove_optional_tags) | `false` | | `removeEmptyElements` | [Remove all elements with empty contents](http://perfectionkills.com/experimenting-with-html-minifier/#remove_empty_elements) | `false` | +| `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 | `false` | -| `lint` | [Toggle linting](http://perfectionkills.com/experimenting-with-html-minifier/#validate_input_through_html_lint) | `false` | [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/kangax/html-minifier/trend.png)](https://bitdeli.com/free "Bitdeli Badge")