Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 authored Jan 28, 2024
1 parent 3dcdbda commit 8b32924
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 @@ -11,7 +11,7 @@ Instead, by generating random sets of test data, and explicitly overwriting just

## Breaking changes in v4.0.0

As of yup v1.0.0 adding yupByExample to yup.mixed no longer works. Instead use
As of yup v1.0.0 adding yupByExample to `yup.mixed` no longer works. Instead use
```js
yup.addMethod(Schema, 'example', yupByExample);
```
Expand Down

0 comments on commit 8b32924

Please sign in to comment.