Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Commit

Permalink
docs(readme): fix typo (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
boywithkeyboard committed Sep 4, 2023
1 parent d0f1c3e commit c1aa32d
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 @@ -22,7 +22,7 @@ const app = new cheetah()
body: z.object({ // < scheme validation
name: z.string()
})
} c => {
}, async c => {
const body = await c.req.body()

return `Hey, ${body.name}!` // < response body
Expand Down

0 comments on commit c1aa32d

Please sign in to comment.