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