Skip to content

Commit c4d3b36

Browse files
authored
Update README
1 parent 085fd99 commit c4d3b36

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ RxKeyboard provides a reactive way of observing keyboard frame changes. Forget a
1212

1313
## Getting Started
1414

15-
RxKeyboard provides two [`Driver`](https://github.com/ReactiveX/RxSwift/blob/master/Documentation/Units.md#driver-unit)s.
15+
RxKeyboard provides two [`Driver`](https://github.com/ReactiveX/RxSwift/blob/master/Documentation/Traits.md#driver)s.
1616

1717
```swift
1818
/// An observable keyboard frame.
@@ -93,13 +93,13 @@ RxKeyboard.instance.frame
9393

9494
## Dependencies
9595

96-
- [RxSwift](https://github.com/ReactiveX/RxSwift) (>= 4.4.0)
97-
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (>= 4.4.0)
96+
- [RxSwift](https://github.com/ReactiveX/RxSwift) (>= 6.0)
97+
- [RxCocoa](https://github.com/ReactiveX/RxSwift) (>=6.0)
9898

9999
## Requirements
100100

101-
- Swift 4
102-
- iOS 8+
101+
- Swift 5.1
102+
- iOS 9+
103103

104104
## Contributing
105105

0 commit comments

Comments
 (0)