From b69234b10a28c615d284b1529c1d24737e8db835 Mon Sep 17 00:00:00 2001 From: Tez Park Date: Mon, 26 Jun 2017 18:27:29 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];