diff --git a/README.md b/README.md index 74a2901..207af93 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@

minify-html - - - - - - + + + + + +

A Rust HTML minifier meticulously optimised for speed and effectiveness, with bindings for other languages. @@ -26,7 +26,7 @@ Need even faster performance? Check the [one](https://github.com/wilsonzlin/mini ## Usage
- CLI + CLI Precompiled binaries are available for Linux, macOS, and Windows. @@ -48,7 +48,7 @@ minify-html --output /path/to/output.min.html --keep-closing-tags --minify-css /
- Rust + Rust ### Get @@ -68,7 +68,7 @@ Check out the [docs](https://docs.rs/minify-html) for API and usage examples.
- Node.js + Node.js - Package: [@minify-html/js](https://www.npmjs.com/package/@minify-html/js) - Binding: [N-API](https://nodejs.org/api/n-api.html) @@ -111,7 +111,7 @@ const minified = minifyHtml.minify("

Hello, world!

", cfg);
- Java + Java - Package: [in.wilsonl.minifyhtml](https://search.maven.org/artifact/in.wilsonl.minifyhtml/minify-html) - Binding: [JNI](https://github.com/jni-rs/jni-rs) @@ -147,7 +147,7 @@ String minified = MinifyHtml.minify("

Hello, world!

", cfg);
- Python + Python - Package: [minify-html](https://pypi.org/project/minify-html) - Binding: [PyO3](https://github.com/PyO3/pyo3) @@ -168,7 +168,7 @@ minified = minify_html.minify("

Hello, world!

", minify_js=True, remove
- Ruby + Ruby - Package: [minify_html](https://rubygems.org/gems/minify_html) - Binding: [Rutie](https://github.com/danielpclark/rutie)