updating readme

This commit is contained in:
Jeff Potter 2014-11-20 13:00:20 -07:00
parent 1288c10568
commit 854f97a068
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ Swift Validator is a rule-based validation library for Swift.
Core Concepts
* ```UITextField``` and ```ValidationRule``` go into the ```Validator```, ```UITextFields``` and ```ValidationErrors``` come out of ```Validator```
* ```UITextField``` + ```ValidationRule``` go into ```Validator```
* ```UITextFields``` and ```ValidationError``` come out of ```Validator```
* ```UITextField``` is registered to ```Validator```
* ```Validator``` evaluates ```ValidationRules``` sequentially and stops evaluating when a ```ValidationRule``` fails.