From 8e7fbce23df206f533a3406153c338169796c767 Mon Sep 17 00:00:00 2001 From: kangax Date: Mon, 17 Mar 2014 17:49:20 -0400 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c608a..16e769a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ 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` | -| `keepClosingSlash` | [Keep the trailing slash on singleton elements](http://perfectionkills.com/experimenting-with-html-minifier/#keep_closing_slash) | `false` | +| `keepClosingSlash` | Keep the trailing slash on singleton elements | `false` | +| `minifyJS` | Minify Javascript in script elements | `false` | | `lint` | [Toggle linting](http://perfectionkills.com/experimenting-with-html-minifier/#validate_input_through_html_lint) | `false` | -- 2.34.1