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 }