Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huebnerob authored Jul 31, 2017
1 parent 9316c83 commit 5132712
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,15 @@ styledLabel.text = "This is a new string"

# Installation

**TODO: Push this jam to CocoaPods when the repo is public 😎✅**

Add this line to your Podfile:
1. Add this line to your Podfile:

```
pod "StyledText"
```

2. Run a `pod install`
3. You're all set!

# How to Use

Getting started with StyledText is easy, just add a `StyledLabel` to your view and provide it with a `TextStyle`. After that, it behaves like any other `UILabel`. Changes to the label's `text` property will always use the set `textStyle`.
Expand Down

0 comments on commit 5132712

Please sign in to comment.