updating readme 4

This commit is contained in:
Jeff Potter 2014-11-20 13:06:53 -07:00
parent b5dbeef202
commit 6b8fc06e95
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Core Concepts
* ```UITextField``` + ```ValidationError``` come out of ```Validator```
* ```UITextField``` is registered to ```Validator```
* ```Validator``` evaluates ```ValidationRules``` sequentially and stops evaluating when a ```ValidationRule``` fails.
* Keys are used to allow registration in TableViewControllers and complex view hierarchies
* Keys are used to allow field registration in TableViewControllers and complex view hierarchies
## Quick Start