Skip to content

Commit 475ef69

Browse files
committed
Merge pull request jquense#41 from kievechua/patch-1
Update README.md
2 parents 10d9546 + 86f1235 commit 475ef69

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
@@ -7,7 +7,7 @@ by [Joi](https://github.com/hapijs/joi), which is an amazing library but is gene
77
to package for use in a browser. Yup is a leaner in the same spirit without some of the fancy features.
88
You can use it on the server as well, but in that case you might as well just use Joi.
99

10-
Yup is also a a good bit less opinionated than joi, allowing for custom transformations and async validation.
10+
Yup is also a good bit less opinionated than joi, allowing for custom transformations and async validation.
1111
It also allows "stacking" conditions via `when` for properties that depend on more than one other sibling or
1212
child property. Yup separates the parsing and validating functions into separate steps so it can be used to parse
1313
json separate from validating it, via the `cast` method.

0 commit comments

Comments
 (0)