From 6b8fc06e953e1c3d5b3b48afddec3a40328c0f14 Mon Sep 17 00:00:00 2001 From: Jeff Potter Date: Thu, 20 Nov 2014 13:06:53 -0700 Subject: [PATCH] updating readme 4 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fea8811..f04fa5a 100644 --- a/README.md +++ b/README.md @@ -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