From 6d8bd62d23999a2b5bfac2fe470ddf3164054bb0 Mon Sep 17 00:00:00 2001 From: Yusuke Wada Date: Thu, 16 Feb 2023 23:18:34 +0900 Subject: [PATCH] chore: `honojs.dev` to `hono.dev` (#900) --- README.md | 6 +++--- deno_dist/README.md | 6 +++--- package.json | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0f043026..7854aedc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
- + Hono
@@ -7,7 +7,7 @@

-Documentation :point_right: honojs.dev
+Documentation :point_right: hono.dev
v2.x has been released! Migration guide

@@ -59,7 +59,7 @@ Fastest is Hono ## Documentation -The documentation is available on [honojs.dev](https://honojs.dev). +The documentation is available on [hono.dev](https://hono.dev). ## Migration diff --git a/deno_dist/README.md b/deno_dist/README.md index 0f043026..7854aedc 100644 --- a/deno_dist/README.md +++ b/deno_dist/README.md @@ -1,5 +1,5 @@
- + Hono
@@ -7,7 +7,7 @@

-Documentation :point_right: honojs.dev
+Documentation :point_right: hono.dev
v2.x has been released! Migration guide

@@ -59,7 +59,7 @@ Fastest is Hono ## Documentation -The documentation is available on [honojs.dev](https://honojs.dev). +The documentation is available on [hono.dev](https://hono.dev). ## Migration diff --git a/package.json b/package.json index 3ae3d6c7..0211085d 100644 --- a/package.json +++ b/package.json @@ -263,7 +263,7 @@ "publishConfig": { "registry": "https://registry.npmjs.org" }, - "homepage": "https://honojs.dev", + "homepage": "https://hono.dev", "keywords": [ "hono", "web", @@ -322,4 +322,4 @@ "engines": { "node": ">=16.0.0" } -} +} \ No newline at end of file