diff --git a/README.md b/README.md index 06ab8e9..05a3f8a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ tagTextView.setText("There are many variations of passages of Lorem Ipsum availa tagTextView.setText(nil, arrTags: []) //Add tag replacing serached string -//tagTextView.addTag(allText: <#T##String?#>, tagText: <#T##String#>, id: <#T##String#>, data: <#T##[String : Any]#>, customTextAttributes: <#T##[NSAttributedString.Key : Any]?#>, isAppendSpace: <#T##Bool#>) +//tagTextView.addTag(allText: String?, tagText: String, id: String, data: [String : Any], customTextAttributes: [NSAttributedString.Key : Any], isAppendSpace: Bool) tagTextView.addTag(tagText: "User Name") ```