Skip to content

Commit

Permalink
Fix typo in readme (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Sep 6, 2022
1 parent d04b303 commit e933143
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 @@ -604,7 +604,7 @@ dateSchema.safeParse(new Date("1/12/22")); // success: true
dateSchema.safeParse("2022-01-12T00:00:00.000Z"); // success: true
```

## Zod enums-
## Zod enums

```ts
const FishEnum = z.enum(["Salmon", "Tuna", "Trout"]);
Expand Down

0 comments on commit e933143

Please sign in to comment.