Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tezpark authored Jun 26, 2017
1 parent 6a01bbb commit b69234b
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 @@ -96,7 +96,7 @@ pod "TezButton"

// Include Data option
IncludeDataButton* includeDataBtn = [[IncludeDataButton alloc] initWithFrame:frame];
[includeDataBtn setInfo:[NSDictionary new]];
[includeDataBtn setData:[NSDictionary new]];

// Underline option
UnderlineButton* underlineBtn = [[UnderlineButton alloc] initWithFrame:frame];
Expand Down

0 comments on commit b69234b

Please sign in to comment.