diff --git a/README.md b/README.md index b39006e..b64db9e 100644 --- a/README.md +++ b/README.md @@ -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];