Skip to content

Commit

Permalink
docs(readme): fix the code
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Feb 6, 2024
1 parent d0620a6 commit dce8b78
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 @@ -275,8 +275,8 @@ If you have a manifest file in `dist/.vite/manifest.json`, you can easily write

```tsx
// app/routes/_renderer.tsx
import { Style } from 'hono/css'
import { jsxRenderer } from 'hono/jsx-renderer'
import { Script } from 'honox/server'

export default jsxRenderer(({ children }) => {
return (
Expand Down

0 comments on commit dce8b78

Please sign in to comment.