From 4ded23c3c51879a1e9dc9b1b4fed6890dab69c24 Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Thu, 23 Oct 2014 21:59:25 +0200 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af71a67..c6bcbc4 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ A form input builder and validator for React JS (NOT YET RELEASED) - [Formsy.addValidationRule](#formsyaddvalidationrule) - [Validators](#validators) ## Background -I wrote an article on forms and validation with React JS, [Nailing that validation with React JS](), the result of that was this extension. +I wrote an article on forms and validation with React JS, [Nailing that validation with React JS](http://christianalfoni.github.io/javascript/2014/10/22/nailing-that-validation-with-reactjs.html), the result of that was this extension. The main concept is that forms, inputs and validation is done very differently across developers and projects. This extension to React JS aims to be that "sweet spot" between flexibility and reusability.