Skip to content

Commit 6562128

Browse files
committed
Fix example project link
1 parent f62d82d commit 6562128

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
@@ -87,7 +87,7 @@ RxKeyboard.instance.frame
8787
.addDisposableTo(disposeBag)
8888
```
8989

90-
> **Note**: In real world, you should use `setNeedsLayout()` and `layoutIfNeeded()` with animation block. See the [demo project](https://github.com/RxSwiftCommunity/RxKeyboard/blob/master/Demo/Sources/ViewControllers/MessageListViewController.swift#L92-L105) for example.
90+
> **Note**: In real world, you should use `setNeedsLayout()` and `layoutIfNeeded()` with animation block. See the [example project](https://github.com/RxSwiftCommunity/RxKeyboard/blob/master/Example/Sources/ViewControllers/MessageListViewController.swift#L92-L105) for example.
9191

9292
- Anything else? Please open an issue or make a Pull Request.
9393

0 commit comments

Comments
 (0)