From 56e2ae78001ea6b20a91f2bb8eea0cd9d74388f9 Mon Sep 17 00:00:00 2001 From: Eugen Istoc Date: Thu, 4 Jan 2024 12:03:36 -0500 Subject: [PATCH] chore: fix h3 example(#150) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: