0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00

docs: update the description of package.json and README (#3052)

This commit is contained in:
Yusuke Wada 2024-06-27 17:13:29 +09:00 committed by GitHub
parent 8fee01ca47
commit 0a4621f737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -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
```

View File

@ -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"
}
}
}