Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Vorobei committed May 25, 2019
1 parent fc01fd6 commit 5e0fd15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@ You can pull the [Lottie Github Repo](https://github.com/airbnb/lottie-ios/) and

### CocoaPods
Add the pod to your Podfile:
```
```ruby
pod 'lottie-ios'
```

And then run:
```
```ruby
pod install
```
After installing the cocoapod into your project import Lottie with
```
```swift
import Lottie
```
### Carthage
Expand Down Expand Up @@ -113,7 +113,7 @@ You can load animations from a specific bundle, a filepath, or even asynchronous
After loading an animation it can be played with:
```swift
starAnimationView.play { (finished) in
/// Animation finished
/// Animation finished
}
```
Read more about playing animations [Here](#playing-animations)
Expand Down

0 comments on commit 5e0fd15

Please sign in to comment.