From d0172a39b6362c27068e665062f695c86b61679b Mon Sep 17 00:00:00 2001 From: kzc Date: Mon, 15 May 2017 11:09:06 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d7aa889e..4b7ac1aa 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ a double dash to prevent input files being used as option arguments: uglifyjs --compress --mangle -- input.js -Command line options: +### Command line options ``` -h, --help Print usage information. @@ -188,7 +188,8 @@ the sources. ## CLI compress options You need to pass `--compress` (`-c`) to enable the compressor. Optionally -you can pass a comma-separated list of [compress options](compress-options). +you can pass a comma-separated list of [compress options](#compress-options). + Options are in the form `foo=bar`, or just `foo` (the latter implies a boolean option that you want to set `true`; it's effectively a shortcut for `foo=true`).