Skip to content

Commit 6172294

Browse files
committed
chore: Update README to specify TypeScript syntax highlighting for schema example
1 parent 66ee76c commit 6172294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ npm install zod
105105

106106
Before you can do anything else, you need to define a schema. For the purposes of this guide, we'll use a simple object schema.
107107

108-
```
108+
```ts
109109
import { z } from "zod/v4";
110110

111111
const Player = z.object({

0 commit comments

Comments
 (0)