parent
564a497981
commit
1233c00875
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'@hono/zod-openapi': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
docs: fixed readme
|
|
@ -84,6 +84,8 @@ const route = createRoute({
|
||||||
Create the App:
|
Create the App:
|
||||||
|
|
||||||
```ts
|
```ts
|
||||||
|
import { OpenAPIHono } from '@hono/zod-openapi'
|
||||||
|
|
||||||
const app = new OpenAPIHono()
|
const app = new OpenAPIHono()
|
||||||
|
|
||||||
app.openapi(
|
app.openapi(
|
||||||
|
|
Loading…
Reference in New Issue