Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Maddern committed Dec 25, 2013
1 parent 3f33295 commit d9aade3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ A `UIButton` subclass which mimics the Twitter follow button and will open the p

<center><img src="https://raw.github.com/chrismaddern/Follow-Me-On-Twitter-iOS-Button/master/CJMTwitterFollowButton/Resources/CJMFollowMeButtonSmall.png" style="margin: 0 auto; " /></center>

### Installation
The easiest way is to use CocoaPods. If you don't already, here's a [guide](http://guides.cocoapods.org/using/getting-started.html).
```
pod 'CJMTwitterFollowButton', '~>0.1.0'
```

### Usage
The `CJMTwitterFollowButton` can be created in Interface Builder by adding a `UIButton` and changing it's class to `CJMTwitterFollowButton` or in code using the initialiser:

Expand Down

0 comments on commit d9aade3

Please sign in to comment.