Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
daehn authored Sep 12, 2016
1 parent 9cadb7b commit 3d4daf8
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Usage

To run the example project, clone the repo, and run `pod install` from the Example directory first.
To run the example project, clone the repo, and run the Example application target.

Chain multiple animations with different delays. Chained animations will be started with a delay after the last one started executing.

Expand Down Expand Up @@ -64,15 +64,6 @@ UIView.beginAnimationChain(0.33, options: .CurveEaseInOut) {
}.animate()
```

## Installation

ChainedAnimation is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod "ChainedAnimation"
```

## Author

Silvan Dähn, @silvandaehn
Expand Down

0 comments on commit 3d4daf8

Please sign in to comment.