Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lludo committed Oct 21, 2019
1 parent a63e80c commit bb00c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func application(_ app: UIApplication, open url: URL, options: [UIApplication.Op
* After authorizing, you can start requesting resources:

```swift
strava.authorize() { [weak self] (result: Result<OAuthToken>) in
strava.authorize() { result in
switch result {
case .success(let token):
//do something for success
Expand Down

0 comments on commit bb00c39

Please sign in to comment.