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".