diff --git a/README.md b/README.md index 645a8dd4..bacf237d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Yup is a schema builder for runtime value parsing and validation. Define a schem **Killer Features**: - Concise yet expressive schema interface, equipped to model simple to complex data models -- Powerful TypeScript support. Infer static types from schema, or ensure schema correctly implement a type +- Powerful TypeScript support. Infer static types from the schema, or ensure the schema correctly implements a type - Built-in async validation support. Model server-side and client-side validation equally well - Extensible: add your own type-safe methods and schema - Rich error details, make debugging a breeze