From 3b1a1b687d363469d562dc13209db1c609d44158 Mon Sep 17 00:00:00 2001 From: EdamAmex <121654029+EdamAme-x@users.noreply.github.com> Date: Wed, 13 Nov 2024 18:09:50 +0900 Subject: [PATCH] docs: changed as even smaller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 122ba439d..09912ff0e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ npm create hono@latest ## Features - **Ultrafast** 🚀 - The router `RegExpRouter` is really fast. Not using linear loops. Fast. -- **Lightweight** ðŸŠķ - The `hono/tiny` preset is under 13kB. Hono has zero dependencies and uses only the Web Standard API. +- **Lightweight** ðŸŠķ - The `hono/tiny` preset is under 12kB. Hono has zero dependencies and uses only the Web Standard API. - **Multi-runtime** 🌍 - Works on Cloudflare Workers, Fastly Compute, Deno, Bun, AWS Lambda, Lambda@Edge, or Node.js. The same code runs on all platforms. - **Batteries Included** 🔋 - Hono has built-in middleware, custom middleware, and third-party middleware. Batteries included. - **Delightful DX** 😃 - Super clean APIs. First-class TypeScript support. Now, we've got "Types".