Revert changes

This commit is contained in:
Dmitry Semigradsky 2015-04-17 15:12:20 +03:00
parent 1a450d81f2
commit 2364e4ffe2
1 changed files with 0 additions and 5 deletions

View File

@ -3,9 +3,6 @@ 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)
@ -83,8 +80,6 @@ The main concept is that forms, inputs and validation is done very differently a
See [`examples` folder](/examples) for examples.
Complete API reference is available [here](/API.md).
#### Formsy gives you a form straight out of the box
```javascript