diff --git a/README.md b/README.md
index b0591e5..1f670aa 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
[![GitHub Workflow Status (Bun)](https://img.shields.io/github/actions/workflow/status/wellwelwel/jsonc.min/ci_bun.yml?event=push&label=&branch=main&logo=bun&logoColor=ffffff&color=f368e0)](https://github.com/wellwelwel/jsonc.min/actions/workflows/ci_bun.yml?query=branch%3Amain)
[![GitHub Workflow Status (Deno)](https://img.shields.io/github/actions/workflow/status/wellwelwel/jsonc.min/ci_deno.yml?event=push&label=&branch=main&logo=deno&logoColor=ffffff&color=079992)](https://github.com/wellwelwel/jsonc.min/actions/workflows/ci_deno.yml?query=branch%3Amain)
-✨ Safer JSON and JSONC minify, parse and stringify for JavaScript (Browser compatible).
+✨ Faster and safer JSON and JSONC minify, parse and stringify for JavaScript (Browser compatible) — **9kB**.
diff --git a/package.json b/package.json
index 19149f0..df0778b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "jsonc.min",
"version": "1.0.0",
- "description": "✨ Safer JSON and JSONC minify, parse and stringify for JavaScript (Browser compatible).",
+ "description": "✨ Faster and safer JSON and JSONC minify, parse and stringify for JavaScript (Browser compatible) — 9kB.",
"main": "./lib/index.js",
"license": "MIT",
"repository": {