aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Lam S.L <alexlamsl@gmail.com>2018-03-15 15:46:45 +0800
committerGitHub <noreply@github.com>2018-03-15 15:46:45 +0800
commitb29d435bb5bc4d883a23efaabd76e95092352b6c (patch)
tree66c07a30785785628af0356fa649b033643b5569 /README.md
parent90585e29c257e3417f8a22024d6701d1ddced2fe (diff)
downloadtracifyjs-b29d435bb5bc4d883a23efaabd76e95092352b6c.tar.gz
tracifyjs-b29d435bb5bc4d883a23efaabd76e95092352b6c.zip
refactor brackets to braces (#3005)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee35b7d8..35859115 100644
--- a/README.md
+++ b/README.md
@@ -824,7 +824,7 @@ can pass additional arguments that control the code output:
when you want to generate minified code, in order to specify additional
arguments, so you can use `-b beautify=false` to override it.
-- `bracketize` (default `false`) -- always insert brackets in `if`, `for`,
+- `braces` (default `false`) -- always insert braces in `if`, `for`,
`do`, `while` or `with` statements, even if their body is a single
statement.