From 5e47bd494e765a14e3a791525d4d0f48243bb0aa Mon Sep 17 00:00:00 2001 From: Pranav Munot <52027465+PranavMunot@users.noreply.github.com> Date: Thu, 1 Oct 2020 14:44:51 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe0aafb..ca4cb10 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # React Form Validation Demo -This is a simple demo app for showing how to do basic form validation in React. +This simple demo app shows how to do basic form validation in React and Bootstrap. [See the app running on Heroku](https://reactform.herokuapp.com). It includes a sign up form with email and password input fields and a sign up button. -For more on how to generalise the validations, have a look at [The Complete React on Rails Course](learnetto.com/users/hrishio/courses/the-complete-react-on-rails-5-course). \ No newline at end of file +For more on how to generalise the validations, have a look at [The Complete React on Rails Course](learnetto.com/users/hrishio/courses/the-complete-react-on-rails-5-course).