diff --git a/Cargo.toml b/Cargo.toml
index 136f361..9963db8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyperbuild"
-description = "Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling"
+description = "Fast allocation-less HTML minifier with smart whitespace handling"
license = "MIT"
homepage = "https://github.com/wilsonzlin/hyperbuild"
readme = "README.md"
diff --git a/java/pom.xml b/java/pom.xml
index f8cfed1..d27c34f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -9,7 +9,7 @@
0.1.12
hyperbuild
- Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling
+ Fast allocation-less HTML minifier with smart whitespace handling
https://github.com/wilsonzlin/hyperbuild
diff --git a/nodejs/package.json b/nodejs/package.json
index 26c7d65..cbdb8c4 100644
--- a/nodejs/package.json
+++ b/nodejs/package.json
@@ -1,7 +1,7 @@
{
"name": "hyperbuild",
"version": "0.1.12",
- "description": "Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling",
+ "description": "Fast allocation-less HTML minifier with smart whitespace handling",
"main": "dist/index.js",
"files": [
"dist/**"
diff --git a/python/setup.py b/python/setup.py
index 66f610a..a718f82 100644
--- a/python/setup.py
+++ b/python/setup.py
@@ -8,7 +8,7 @@ setuptools.setup(
version="0.1.12",
author="Wilson Lin",
author_email="code@wilsonl.in",
- description="Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling",
+ description="Fast allocation-less HTML minifier with smart whitespace handling",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/wilsonzlin/hyperbuild",
diff --git a/ruby/hyperbuild.gemspec b/ruby/hyperbuild.gemspec
index 0548b0e..49b2f1d 100644
--- a/ruby/hyperbuild.gemspec
+++ b/ruby/hyperbuild.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 = "Fast one-pass in-place HTML minifier written in Rust with context-aware whitespace handling"
+ spec.summary = "Fast allocation-less HTML minifier with smart whitespace handling"
spec.homepage = "https://github.com/wilsonzlin/hyperbuild"
spec.require_paths = ["lib"]