Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
overthemike committed Aug 31, 2024
1 parent 337e544 commit ff15bca
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 @@ -109,7 +109,7 @@ userState.name = 55; // Error
// userState.name = 'Jane Doe'
```

#### `parseSafe` example\
#### `parseSafe` example

```js
import { schema } from 'valtio-zod';
Expand Down

0 comments on commit ff15bca

Please sign in to comment.