From 73f285c425101ff2665d74f9c7974410318b5a67 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Thu, 23 Oct 2014 22:59:08 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cfbb183..6fa5763 100644 --- a/README.md +++ b/README.md @@ -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 ``` -Return true if the value from input component matches value passed (==). \ No newline at end of file +Return true if the value from input component matches value passed (==).