From 23a22e77c476bfaf72e33dd45eb379947c57e8d7 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 2 Mar 2023 19:58:13 +0900 Subject: [PATCH] docs(readme): `delightful` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e61c061..e74d312d 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ npm create hono@latest my-app - **Ultrafast** - The routers are really fast and smart. Not using linear loops. Fast. - **Multi-runtime** - Works on Cloudflare Workers, Fastly Compute@Edge, Deno, Bun, Lagon, 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. -- **Fine DX** - First-class TypeScript support. Now, we've got "Types". +- **Delightful DX** - First-class TypeScript support. Now, we've got "Types". - **Small** - About 20kB. Zero-dependencies. Using only Web Standard API. ## Benchmarks