From 293cc3d294497b564878b0d59c1e073ac4f9940e Mon Sep 17 00:00:00 2001 From: Johannes Gehrs Date: Thu, 4 Jul 2013 22:19:45 +0200 Subject: [PATCH] clarifies some points in the readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b213f12..07fbd17 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,7 @@ This is a small library which you can hook into your WTForms form classes in ord [WTForms](http://wtforms.simplecodes.com/docs/1.0.4/) allows you to validate your forms on the server side. Ideally, we could reuse these validators on the client side with JavaScript without writing any extra code. This will allow for more direct user feedback in our forms. -This library uses [ParsleyJS](http://parsleyjs.org/documentation.html) for this task. ParsleyJS is a popular client side JavaScript validation library. It is configured using specific HTML markup in the forms, for example: - -`` +This library uses [ParsleyJS](http://parsleyjs.org/documentation.html) for this task. ParsleyJS is a popular client side JavaScript validation library. It is configured using specific HTML markup in the forms. This library will generate the necesssary HTML attributes from your WTForms validators.