Skip to content

Commit

Permalink
Fix code sample
Browse files Browse the repository at this point in the history
Too many brackets, bro.
  • Loading branch information
rrbrambley committed Apr 1, 2014
1 parent eb51989 commit a89c31f
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 @@ -69,7 +69,7 @@ Ensure that the login SDK has the opportunity to handle any open URL which comes
```objc
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {
return [[[ADNLogin sharedInstance] openURL:url sourceApplication:sourceApplication annotation:annotation];
return [[ADNLogin sharedInstance] openURL:url sourceApplication:sourceApplication annotation:annotation];
}
```

Expand Down

0 comments on commit a89c31f

Please sign in to comment.