diff --git a/README.md b/README.md index 248d09c9..037c7abf 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ [![codecov](https://codecov.io/github/honojs/hono/graph/badge.svg)](https://codecov.io/github/honojs/hono) [![Discord badge](https://img.shields.io/discord/1011308539819597844?label=Discord&logo=Discord)](https://discord.gg/KMh2eNSdxV) -Hono - _**\[炎\] means flame🔥 in Japanese**_ - is a small, simple, and ultrafast web framework for the Edges. -It works on any JavaScript runtime: Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, AWS Lambda, Lambda@Edge, and Node.js. +Hono - _**means flame🔥 in Japanese**_ - is a small, simple, and ultrafast web framework built on Web Standards. It works on any JavaScript runtime: Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, AWS Lambda, Lambda@Edge, and Node.js. Fast, but not only fast. @@ -41,7 +40,7 @@ export default app ## Quick Start -``` +```bash npm create hono@latest ``` diff --git a/package.json b/package.json index 57bd2ae6..aa9f2062 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hono", "version": "4.4.8", - "description": "Ultrafast web framework for the Edges", + "description": "Web framework built on Web Standards", "main": "dist/cjs/index.js", "type": "module", "module": "dist/index.js", @@ -600,4 +600,4 @@ "engines": { "node": ">=16.0.0" } -} +} \ No newline at end of file