diff --git a/README.md b/README.md index 2bbb32a7..6aa46422 100644 --- a/README.md +++ b/README.md @@ -257,7 +257,7 @@ Error messages can also be constructed on the fly to customize how the schema fa ```ts const order = object({ - no: number().required(). + no: number().required(), sku: string().test({ name: 'is-sku', skipAbsent: true,