Skip to content

Commit 227030e

Browse files
committed
Minor documentation changes
1 parent 73c5f84 commit 227030e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
### Features
55

66
- HTML Constraint Validation attributes for React components (without refs)
7-
- Easily Extensible with own validators
7+
- Easily extensible with own validators
88
- Localisation of error messages and interpolation
99
- Written in Typescript
1010
- Perfect fit to Formik
@@ -31,7 +31,7 @@ Add react-constraint-validation:
3131

3232
$ npm install react-constraint-validation --save
3333

34-
Enhance a Formik field component with validation (should be done once per Application):
34+
Enhance a Formik field component with validation (should be done once per application):
3535

3636
const NumberField = withValidator({required, min, max },{number})(Field);
3737
const TextField = withValidator({required, minLength, maxLength})(Field);
@@ -45,7 +45,7 @@ A complete example can be found in [examples/formik](https://github.com/pstrh/re
4545

4646
### WIP
4747

48-
This is a new project. The basic functionality is there and can be tested.
48+
This is a new project. The basic functionality is there and can be used.
4949

5050
Next topics/open issues:
5151
- This list as GitHub issues ;)

0 commit comments

Comments
 (0)