Skip to content

Commit

Permalink
docs: fixed readme (#121)
Browse files Browse the repository at this point in the history
* docs: fixed readme

* changeset
  • Loading branch information
yusukebe authored Aug 18, 2023
1 parent 564a497 commit 1233c00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/fuzzy-shirts-greet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/zod-openapi': patch
---

docs: fixed readme
2 changes: 2 additions & 0 deletions packages/zod-openapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ const route = createRoute({
Create the App:

```ts
import { OpenAPIHono } from '@hono/zod-openapi'

const app = new OpenAPIHono()

app.openapi(
Expand Down

0 comments on commit 1233c00

Please sign in to comment.