From 13688f1716f1e687808886d29624526bc5927a99 Mon Sep 17 00:00:00 2001 From: Dmitry Semigradsky Date: Wed, 9 Sep 2015 10:52:00 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2e7729d..7e86d52 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ A form input builder and validator for React JS | [How to use](#how-to-use) | [API](/API.md) | [Examples](/examples) | |---|---|---| +### Currently, the development is in 'react-0.14' branch. For more information see [#158](https://github.com/christianalfoni/formsy-react/issues/158) + ### From version 0.12.0 Formsy only supports React 0.13.1 and up ## Background From 5c33b56e7100e5c195dc1893125a6741527e54cf Mon Sep 17 00:00:00 2001 From: Zach Alexander Date: Wed, 9 Sep 2015 10:40:14 -0400 Subject: [PATCH 2/2] Fix 'localhost' links in 'Examples' readme --- examples/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/README.md b/examples/README.md index 89a49a3..c1bcebc 100644 --- a/examples/README.md +++ b/examples/README.md @@ -23,10 +23,10 @@ If it is not helped try update your node.js and npm. ## Examples -1. [**Login**](http://localhost:8080/login) +1. [**Login**](login) Two required fields with simple validation. -2. [**Custom Validation**](http://localhost:8080/custom-validation) +2. [**Custom Validation**](custom-validation) - One field with added validation rule (`Formsy.addValidationRule`) and one field with dynamically added validation and error messages. \ No newline at end of file + One field with added validation rule (`Formsy.addValidationRule`) and one field with dynamically added validation and error messages.