Update README.md
This commit is contained in:
parent
608821ad86
commit
73f285c425
|
|
@ -1,7 +1,7 @@
|
|||
formsy-react
|
||||
============
|
||||
|
||||
A form input builder and validator for React JS (NOT YET RELEASED)
|
||||
A form input builder and validator for React JS
|
||||
|
||||
- [Background](#background)
|
||||
- [What you can do](#whatyoucando)
|
||||
|
|
@ -436,4 +436,4 @@ Returns true if the value length is the equal or more than minimum and equal or
|
|||
```html
|
||||
<MyInputComponent name="foo" validations="equals:4"/>
|
||||
```
|
||||
Return true if the value from input component matches value passed (==).
|
||||
Return true if the value from input component matches value passed (==).
|
||||
|
|
|
|||
Loading…
Reference in New Issue