Skip to content

Commit

Permalink
Fixes the code example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kompanez Andreas, ENT-BIZ-PSR-AUG-AUS authored and Kompanez Andreas, ENT-BIZ-PSR-AUG-AUS committed Feb 18, 2016
1 parent 7dd1580 commit 0930851
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 @@ -15,7 +15,7 @@ To run the example project, clone the repo, and run `pod install` from the Examp

#import "LKLinkPreviewKit.h"

[LKLinkPreviewReader linkPreviewFromURL:URL completionHandler:^(LKLinkPreview *preview, NSError *error) {
[LKLinkPreviewReader linkPreviewFromURL:URL completionHandler:^(NSArray *previews, NSError *error) {
if (previews.count > 0 && ! error) {
for (LKLinkPreview *preview in previews) {
NSLog(@"title: %@", preview.title);
Expand Down

0 comments on commit 0930851

Please sign in to comment.