diff --git a/README.md b/README.md index 1d6b276..079c432 100644 --- a/README.md +++ b/README.md @@ -567,8 +567,6 @@ export interface HonoServerOptions extends HonoServerO /** * Callback executed just after `serve` from `@hono/node-server` * - * **Only applied to production mode** - * * For example, you can use this to bind `@hono/node-ws`'s `injectWebSocket` */ onServe?: (server: ServerType) => void;