Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit 2cac9e8

Browse files
authored
Update README.md
Looks like we missed one place during the renaming :)
1 parent b8c8f0c commit 2cac9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pod 'KeyboardHelper', '~> 1.0'
4040
Implement `KeyboardHelperDelegate` in your UIViewController.
4141

4242
```swift
43-
class ViewController: UIViewController, KeyboardNotificationDelegate
43+
class ViewController: UIViewController, KeyboardHelperDelegate
4444
```
4545

4646
Add a `KeyboardHelper` private variable, initialize it and set the delegate.

0 commit comments

Comments
 (0)