diff --git a/.changeset/five-actors-film.md b/.changeset/five-actors-film.md new file mode 100644 index 00000000..b92f457a --- /dev/null +++ b/.changeset/five-actors-film.md @@ -0,0 +1,5 @@ +--- +'@hono/hello': patch +--- + +`@honojs` to `@hono` diff --git a/packages/hello/README.md b/packages/hello/README.md index 2d68977d..99cda50b 100644 --- a/packages/hello/README.md +++ b/packages/hello/README.md @@ -6,7 +6,7 @@ This middleware add `X-Message` header to the Response. ## Usage ```ts -import { hello } from '@honojs/hello' +import { hello } from '@hono/hello' import { Hono } from 'hono' const app = new Hono() diff --git a/packages/hello/package.json b/packages/hello/package.json index 1cad5393..a55426c4 100644 --- a/packages/hello/package.json +++ b/packages/hello/package.json @@ -1,5 +1,5 @@ { - "name": "@honojs/hello", + "name": "@hono/hello", "version": "0.0.7", "description": "An example of third-party middleware for Hono", "main": "dist/index.js", @@ -27,4 +27,4 @@ "dependencies": { "hono": "^2.6.2" } -} +} \ No newline at end of file