From 2e6064703b0bef085d1fd34dcbe38c03aca597bf Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Fri, 19 May 2023 12:07:18 +0900 Subject: [PATCH] docs(readme): update (#1115) * docs(readme): update * denoify --- README.md | 10 +++++----- deno_dist/README.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 0993f9d2..5a1213cf 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ npm create hono@latest my-app ## Features -- **Ultrafast** - The router _RegExpRouter_ is really fast. Not using linear loops. Fast. -- **Multi-runtime** - Works on Cloudflare Workers, Fastly Compute@Edge, Deno, Bun, Lagon, AWS Lambda 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** - First-class TypeScript support. Now, we've got "Types". -- **Small** - The `hono/tiny` preset is under 12kB. Hono has zero dependencies and uses only the Web Standard API. +- **Ultrafast** 🚀 - The router `RegExpRouter` is really fast. Not using linear loops. Fast. +- **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@Edge, Deno, Bun, Lagon, AWS Lambda, 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". ## Benchmarks diff --git a/deno_dist/README.md b/deno_dist/README.md index 0993f9d2..5a1213cf 100644 --- a/deno_dist/README.md +++ b/deno_dist/README.md @@ -47,11 +47,11 @@ npm create hono@latest my-app ## Features -- **Ultrafast** - The router _RegExpRouter_ is really fast. Not using linear loops. Fast. -- **Multi-runtime** - Works on Cloudflare Workers, Fastly Compute@Edge, Deno, Bun, Lagon, AWS Lambda 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** - First-class TypeScript support. Now, we've got "Types". -- **Small** - The `hono/tiny` preset is under 12kB. Hono has zero dependencies and uses only the Web Standard API. +- **Ultrafast** 🚀 - The router `RegExpRouter` is really fast. Not using linear loops. Fast. +- **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@Edge, Deno, Bun, Lagon, AWS Lambda, 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". ## Benchmarks