Update README.md

This commit is contained in:
Dmitry Semigradsky 2015-04-17 15:09:39 +03:00
parent aaac6d0618
commit 1a450d81f2
1 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,9 @@ formsy-react [![GitHub release](https://img.shields.io/github/release/christian
A form input builder and validator for React JS
| [How to use](#howtouse) | [API](/API.md) | [Examples](/examples) |
|---|---|---|
### From version 0.12.0 Formsy only supports React 0.13.1 and up
- [Background](#background)
@ -78,7 +81,9 @@ The main concept is that forms, inputs and validation is done very differently a
## <a name="howtouse">How to use</a>
See `examples` folder for live examples.
See [`examples` folder](/examples) for examples.
Complete API reference is available [here](/API.md).
#### Formsy gives you a form straight out of the box