Skip to content

Commit f155284

Browse files
committed
Merge pull request #19 from snorpey/readme-fix
Update readme to reflect updated ValidationDelegate method name
2 parents 0c50381 + 323103e commit f155284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Implement the Validation Delegate in your View controller
6565
```swift
6666
// ValidationDelegate methods
6767

68-
func validationWasSuccessful() {
68+
func validationSuccessful() {
6969
// submit the form
7070
}
7171

0 commit comments

Comments
 (0)