Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/1.guide/1.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ You can use this method for Node.js and Bun.
You can directly import h3 from CDN. This method can be used for Bun, Deno and other runtimes such as Cloudflare Workers (you need an adapter).

```js
import { createApp, toWebhandler } from "https://esm.sh/h3";
import { createApp, toWebHandler } from "https://esm.sh/h3";

export const app = createApp();

Expand Down