Commit 10b1a6f3ddbf28b4443a5a4300a4a4183de88a1d
1 parent
aa2061a70a
Exists in
master
Update documentation to make reference to validation.
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -15,6 +15,7 @@ Base is the lazy person's starter kit for Meteor. It includes some commonly used |
15 | 15 | - Handlebars Server - `meteor add cmather:handlebars-server` |
16 | 16 | - Iron Router - `meteor add iron:router` |
17 | 17 | - jQuery - `meteor add jquery` |
18 | +- jQuery Validation - `meteor add themeteorchef:jquery-validation` | |
18 | 19 | - Sass - `meteor add particle4dev:sass` |
19 | 20 | - Underscore - `meteor add underscore` |
20 | 21 | |
... | ... | @@ -114,7 +115,7 @@ A complete authentication pattern complete with: |
114 | 115 | - Logout (no path, implemented as a dropdown item/click event in /client/controllers/header.coffee) |
115 | 116 | - Password Recovery (at /recover-password and /reset-password) |
116 | 117 | |
117 | -###### Validation (Not Added Yet) | |
118 | +###### Validation | |
118 | 119 | Validation via [jQuery Validation](http://jqueryvalidation.org). This applies to all of the public templates: login, signup, recover password, and reset password. |
119 | 120 | |
120 | 121 | ###### Automatic Admin User Creation | ... | ... |