From 1a450d81f252d17eb96b7848355cdafd264d102c Mon Sep 17 00:00:00 2001 From: Dmitry Semigradsky Date: Fri, 17 Apr 2015 15:09:39 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed7d07c..fc985d4 100644 --- a/README.md +++ b/README.md @@ -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 ## How to use -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