diff --git a/README.md b/README.md
index c01daa89..ffbaffc2 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
Documentation :point_right: hono.dev
-v3 has been released! Migration guide
+v4 has been released! Migration guide
@@ -42,13 +42,13 @@ export default app
## Quick Start
```
-npm create hono@latest my-app
+npm create hono@latest
```
## Features
- **Ultrafast** ð - The router `RegExpRouter` is really fast. Not using linear loops. Fast.
-- **Lightweight** ðŠķ - The `hono/tiny` preset is under 14kB. Hono has zero dependencies and uses only the Web Standard API.
+- **Lightweight** ðŠķ - The `hono/tiny` preset is under 13kB. 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".
diff --git a/deno_dist/README.md b/deno_dist/README.md
index c01daa89..ffbaffc2 100644
--- a/deno_dist/README.md
+++ b/deno_dist/README.md
@@ -8,7 +8,7 @@
Documentation :point_right: hono.dev
-v3 has been released! Migration guide
+v4 has been released! Migration guide
@@ -42,13 +42,13 @@ export default app
## Quick Start
```
-npm create hono@latest my-app
+npm create hono@latest
```
## Features
- **Ultrafast** ð - The router `RegExpRouter` is really fast. Not using linear loops. Fast.
-- **Lightweight** ðŠķ - The `hono/tiny` preset is under 14kB. Hono has zero dependencies and uses only the Web Standard API.
+- **Lightweight** ðŠķ - The `hono/tiny` preset is under 13kB. 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".