Update README

This commit is contained in:
Wilson Lin 2019-12-30 20:14:52 +11:00
parent 6ed63afda8
commit 90ba7f2e20
1 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,11 @@
A fast one-pass in-place HTML minifier written in Rust with advanced whitespace handling.
Available as:
- CLI for Windows, macOS, and Linux.
- Rust library.
- Native module for Node.js.
## Features
- Minification is done in one pass with no backtracking or DOM/AST building.