Update readme to reflect updated delegate method name

This commit is contained in:
Georg Fischer 2015-04-15 14:28:43 +02:00
parent 0c50381640
commit 323103e514
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ Implement the Validation Delegate in your View controller
```swift
// ValidationDelegate methods
func validationWasSuccessful() {
func validationSuccessful() {
// submit the form
}