aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 47fabea1..1a34ab4e 100644
--- a/README.md
+++ b/README.md
@@ -837,8 +837,8 @@ can pass additional arguments that control the code output:
- `indent_start` (default `0`) -- prefix all lines by that many spaces
-- `inline_script` (default `false`) -- escape the slash in occurrences of
- `</script` in strings
+- `inline_script` (default `true`) -- escape HTML comments and the slash in
+ occurrences of `</script>` in strings
- `keep_quoted_props` (default `false`) -- when turned on, prevents stripping
quotes from property names in object literals.