Skip to content

Commit d1dcfbe

Browse files
authored
Update jsx.md (#798)
1 parent 9bd171c commit d1dcfbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/jsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For Deno, you have to modify the `deno.json` instead of the `tsconfig.json`:
3232
{
3333
"compilerOptions": {
3434
"jsx": "precompile",
35-
"jsxImportSource": "hono/jsx"
35+
"jsxImportSource": "@hono/hono/jsx"
3636
}
3737
}
3838
```

0 commit comments

Comments
 (0)