Skip to content

Commit e9ff084

Browse files
committed
Update README with new syntax
1 parent d85f36b commit e9ff084

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Utility methods to produce `Observable` from [RxSwift](https://github.com/Reacti
1515
This framework provide prefixed functions `rx_` on `OAuth1Swift` and `OAuth2Swift` class
1616

1717
```swift
18-
let observable = oauthSwift.rx_authorize(withCallbackURL: ..)
18+
let observable = oauthSwift.rx.authorize(withCallbackURL: ..)
1919

2020
```
2121

0 commit comments

Comments
 (0)