diff --git a/apps/content/docs/integrations/hono.md b/apps/content/docs/integrations/hono.md index 399237874..614873d08 100644 --- a/apps/content/docs/integrations/hono.md +++ b/apps/content/docs/integrations/hono.md @@ -11,7 +11,7 @@ description: Integrate oRPC with Hono ```ts import { Hono } from 'hono' -import { createMiddleware, RPCHandler } from '@orpc/server/fetch' +import { RPCHandler } from '@orpc/server/fetch' const app = new Hono()