Improve CLI

This commit is contained in:
Wilson Lin 2021-08-08 11:44:13 +10:00
commit a5263993a1
2 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ Precompiled binaries are available for Linux, macOS, and Windows.
Use the `--help` argument for more details.
```bash
minify-html --src /path/to/src.html --out /path/to/output.min.html --css --js
minify-html --output /path/to/output.min.html --keep-closing-tags --minify-css /path/to/src.html
```
</details>