diff --git a/README.md b/README.md index c4e6859..0751cda 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ import { createApp, eventHandler } from "h3"; export const app = createApp(); -app.use("/", eventHandler(() => "Hello world!"); +app.use("/", eventHandler(() => "Hello world!")); ``` or use npx to invoke `listhen` command: