From 9ce05d370f26ae1f522ab5f265ff674ed3582acb Mon Sep 17 00:00:00 2001 From: David Patterson Date: Sun, 13 Mar 2016 16:40:46 -0500 Subject: [PATCH] Update README.md Format change. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f9e3f9..9bc33fe 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,6 @@ func textFieldShouldReturn(textField: UITextField) -> Bool { } ``` -## Documentation -Checkout the docs here. - ## Custom Validation We will create a ```SSNRule``` class to show how to create your own Validation. A United States Social Security Number (or SSN) is a field that consists of XXX-XX-XXXX. @@ -148,6 +145,8 @@ class SSNVRule: RegexRule { } ``` +## Documentation +Checkout the docs here. Credits