Skip to content

Commit

Permalink
chore: fix h3 example(#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
genu committed Jan 4, 2024
1 parent 368b86d commit 56e2ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 56e2ae7

Please sign in to comment.