Skip to content

Commit b5dbeef

Browse files
committed
updating readme 4
1 parent 4a39386 commit b5dbeef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Swift-validator
1+
Swift-Validator
22
===============
33

44
Swift Validator is a rule-based validation library for Swift.
@@ -9,6 +9,7 @@ Core Concepts
99
* ```UITextField``` + ```ValidationError``` come out of ```Validator```
1010
* ```UITextField``` is registered to ```Validator```
1111
* ```Validator``` evaluates ```ValidationRules``` sequentially and stops evaluating when a ```ValidationRule``` fails.
12+
* Keys are used to allow registration in TableViewControllers and complex view hierarchies
1213

1314
## Quick Start
1415

0 commit comments

Comments
 (0)