Clarify README

This commit is contained in:
Wilson Lin 2021-08-08 02:45:56 +10:00
parent 5c3f6591fc
commit c2f1ab028b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ minify-html
<img width="24" src="./icon/rust.png">
</h1>
An HTML minifier meticulously optimised for both speed and effectiveness, written in Rust.
A Rust HTML minifier meticulously optimised for speed and effectiveness, with bindings for other languages.
- Advanced minification strategy beats other minifiers while being much faster.
- Uses SIMD searching, direct tries, and lookup tables.