Skip to content

Commit

Permalink
Update README.md - removed default value of target
Browse files Browse the repository at this point in the history
  • Loading branch information
farhadham authored Jan 5, 2025
1 parent bb090ec commit 56d9d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zod-validator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ import { zValidator as zv } from "@hono/zod-validator";

export const zValidator = <
T extends ZodSchema,
Target extends keyof ValidationTargets = keyof ValidationTargets
Target extends keyof ValidationTargets
>(
target: Target,
schema: T
Expand Down

0 comments on commit 56d9d64

Please sign in to comment.