Update README.md

This commit is contained in:
Christian Alfoni 2014-10-23 22:59:08 +02:00
parent 608821ad86
commit 73f285c425
1 changed files with 2 additions and 2 deletions

View File

@ -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 (==).