From 323103e514997e0e5f26ea5a8336bf2a7403c25e Mon Sep 17 00:00:00 2001 From: Georg Fischer Date: Wed, 15 Apr 2015 14:28:43 +0200 Subject: [PATCH] Update readme to reflect updated delegate method name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8884608..3bfa634 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Implement the Validation Delegate in your View controller ```swift // ValidationDelegate methods -func validationWasSuccessful() { +func validationSuccessful() { // submit the form }