Skip to content

Commit 7527b73

Browse files
authored
Replace zod on valibot example (#620)
1 parent 969597d commit 7527b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/migrate/from-express.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ const app = new Elysia()
333333

334334
```ts twoslash [Elysia Valibot]
335335
import { Elysia } from 'elysia'
336-
import * as v from 'zod'
336+
import * as v from 'valibot'
337337

338338
const app = new Elysia()
339339
.patch('/user/:id', ({ params, body }) => ({

0 commit comments

Comments
 (0)