andreamazz / AMTagListView

UIScrollView subclass that allows to add a list of highly customizable tags.
MIT License
758 stars 110 forks source link

Typo in README #36

Closed superarts closed 9 years ago

superarts commented 9 years ago

Instead of tagListView.addTags:(["my tag", "some tag"]) it should be tagListView.addTags(["my tag", "some tag"]).

andreamazz commented 9 years ago

:+1: