diff --git a/README.md b/README.md index 0f28f8a..3ed6e51 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ export default createRoute((c) => { }) ``` -#### 2. Using Hono instance +#### 2. Using a Hono instance You can create API endpoints by exporting an instance of the Hono object. @@ -311,9 +311,49 @@ export default jsxRenderer(({ children }) => { **Note**: Since `` can slightly affect build performance when used, it is recommended that you do not use it in the development environment, but only at build time. `