From 048f33a793d9c80e9edf1d5ee9793690da093c63 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Tue, 13 Feb 2024 21:45:52 +0900 Subject: [PATCH] docs(readme): tweak (#2204) * docs(readme): tweak * denoify --- README.md | 6 +++--- deno_dist/README.md | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) 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".