From 59551ec67e4cb33da58f1eeac6237c407af0c60f Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Thu, 20 Nov 2014 13:00:59 -0700 Subject: [PATCH] updating readme 2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39a19ce..4a07020 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Swift Validator is a rule-based validation library for Swift. Core Concepts * ```UITextField``` + ```ValidationRule``` go into ```Validator``` -* ```UITextFields``` and ```ValidationError``` come out of ```Validator``` +* ```UITextFields``` + ```ValidationError``` come out of ```Validator``` * ```UITextField``` is registered to ```Validator``` * ```Validator``` evaluates ```ValidationRules``` sequentially and stops evaluating when a ```ValidationRule``` fails.