Minor clarifications
This commit is contained in:
parent
b80cc0bbd2
commit
4017bdb381
2 changed files with 6 additions and 6 deletions
10
README.md
10
README.md
|
|
@ -1,14 +1,14 @@
|
|||
# minify-html
|
||||
|
||||
An HTML minifier meticulously optimised for both speed and effectiveness, written in Rust.
|
||||
|
||||
Available on:
|
||||
<h1>
|
||||
minify-html
|
||||
<img width="24" src="./icon/cli.png">
|
||||
<img width="24" src="./icon/java.png">
|
||||
<img width="24" src="./icon/nodejs.png">
|
||||
<img width="24" src="./icon/python.png">
|
||||
<img width="24" src="./icon/ruby.png">
|
||||
<img width="24" src="./icon/rust.png">
|
||||
</h1>
|
||||
|
||||
An HTML minifier meticulously optimised for both speed and effectiveness, written in Rust.
|
||||
|
||||
- Advanced minification strategy beats other minifiers while being much faster.
|
||||
- Uses SIMD searching, direct tries, and lookup tables.
|
||||
|
|
|
|||
Reference in a new issue