From 10b1a6f3ddbf28b4443a5a4300a4a4183de88a1d Mon Sep 17 00:00:00 2001 From: Ryan Glover Date: Sun, 28 Sep 2014 19:36:22 -0500 Subject: [PATCH] Update documentation to make reference to validation. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8370763..811c854 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ Base is the lazy person's starter kit for Meteor. It includes some commonly used - Handlebars Server - `meteor add cmather:handlebars-server` - Iron Router - `meteor add iron:router` - jQuery - `meteor add jquery` +- jQuery Validation - `meteor add themeteorchef:jquery-validation` - Sass - `meteor add particle4dev:sass` - Underscore - `meteor add underscore` @@ -114,7 +115,7 @@ A complete authentication pattern complete with: - Logout (no path, implemented as a dropdown item/click event in /client/controllers/header.coffee) - Password Recovery (at /recover-password and /reset-password) -###### Validation (Not Added Yet) +###### Validation Validation via [jQuery Validation](http://jqueryvalidation.org). This applies to all of the public templates: login, signup, recover password, and reset password. ###### Automatic Admin User Creation -- 2.0.0