From 854f97a068b9b405fa14f76be16be0168eef31db Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Thu, 20 Nov 2014 13:00:20 -0700 Subject: [PATCH] updating readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 525a59b..39a19ce 100644 --- a/README.md +++ b/README.md @@ -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.