We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85f36b commit e9ff084Copy full SHA for e9ff084
README.md
@@ -15,7 +15,7 @@ Utility methods to produce `Observable` from [RxSwift](https://github.com/Reacti
15
This framework provide prefixed functions `rx_` on `OAuth1Swift` and `OAuth2Swift` class
16
17
```swift
18
-let observable = oauthSwift.rx_authorize(withCallbackURL: ..)
+let observable = oauthSwift.rx.authorize(withCallbackURL: ..)
19
20
```
21
0 commit comments