From 789fca4f52b450c75494a331e45a15913a8d4e5f Mon Sep 17 00:00:00 2001 From: Code Hunt Date: Mon, 3 Aug 2015 00:59:48 +1000 Subject: [PATCH] Add a Code Hunt vote badge to README.md @overboming FYI, your repo has been featured today on @CodeHuntIO http://codehunt.io/sub/zcanimatedlabel/ **TL;DR** Code Hunt helps programmers discover and discuss awesome code. This pull-request adds a "vote" badge to your README.md: [![CodeHunt.io](https://img.shields.io/badge/vote-codehunt.io-02AFD1.svg)](http://codehunt.io/sub/zcanimatedlabel/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) Fingers crossed that we can drive more attention to your brilliant work. Happy coding! @chrisjacob ^_^ p.s. I hope you found this PR helpful, if not please [let me know](mailto:chris@codehunt.io). p.p.s I've also tweeted about your project https://twitter.com/hunt_objectivec/status/627826349542121472 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7bbe4a9..115beab 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ZCAnimatedLabel UILabel-like view with easy to extend appear/disappear animation +[![CodeHunt.io](https://img.shields.io/badge/vote-codehunt.io-02AFD1.svg)](http://codehunt.io/sub/zcanimatedlabel/?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) + # Features * Rich text support (with NSAttributedString) * Group aniamtion by character/word/line