diff --git a/Cargo.toml b/Cargo.toml index d68f1b9..7ec748e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "minify-html" -description = "Uncompromisingly fast and smart HTML + JS minifier" +description = "Fast and smart HTML + JS minifier" license = "MIT" homepage = "https://github.com/wilsonzlin/minify-html" readme = "README.md" diff --git a/README.md b/README.md index 4134d2b..8d912cd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # minify-html -Uncompromisingly fast and smart HTML + JS minifier, available for Rust, Node.js, Python, Java, and Ruby. +An HTML minifier meticulously optimised for both speed and effectiveness, available for Rust, Node.js, Python, Java, and Ruby. **Smart** @@ -16,7 +16,7 @@ Uncompromisingly fast and smart HTML + JS minifier, available for Rust, Node.js, - Written fully in Rust, and natively binds to [esbuild](https://github.com/evanw/esbuild) for super fast JS minification. - Natively binds to Node.js, Python, Java, and Ruby, for speed from the comfort of your favourite language. -**Soundness** +**Sound** - Well tested with a large test suite and extensive [fuzzing](./fuzz). - Guaranteed to return an equal or shorter amount of bytes. diff --git a/java/pom.xml b/java/pom.xml index 277efab..ebe71bf 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -9,7 +9,7 @@ 0.2.6 minify-html - Uncompromisingly fast and smart HTML + JS minifier + Fast and smart HTML + JS minifier https://github.com/wilsonzlin/minify-html diff --git a/nodejs/package.json b/nodejs/package.json index 27db4cf..c1456f5 100644 --- a/nodejs/package.json +++ b/nodejs/package.json @@ -1,7 +1,7 @@ { "name": "@minify-html/js-esbuild", "version": "0.2.6", - "description": "Uncompromisingly fast and smart HTML + JS minifier", + "description": "Fast and smart HTML + JS minifier", "main": "dist/index.js", "files": [ "dist/**", diff --git a/python/Cargo.toml b/python/Cargo.toml index 61809c1..613f73b 100644 --- a/python/Cargo.toml +++ b/python/Cargo.toml @@ -1,7 +1,7 @@ [package] publish = false name = "minify_html" -description = "Uncompromisingly fast and smart HTML + JS minifier" +description = "Fast and smart HTML + JS minifier" license = "MIT" homepage = "https://github.com/wilsonzlin/minify-html" readme = "README.md" diff --git a/ruby/minify_html.gemspec b/ruby/minify_html.gemspec index aac01c2..9276a76 100644 --- a/ruby/minify_html.gemspec +++ b/ruby/minify_html.gemspec @@ -7,7 +7,7 @@ Gem::Specification.new do |spec| spec.email = ["code@wilsonl.in"] spec.license = "MIT" spec.files = FileList["lib/*", "README.md"].to_a - spec.summary = "Uncompromisingly fast and smart HTML + JS minifier" + spec.summary = "Fast and smart HTML + JS minifier" spec.homepage = "https://github.com/wilsonzlin/minify_html" spec.require_paths = ["lib"]