Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Remove specific pod version number, inform developers to use the latest available.
  • Loading branch information
todd-patterson committed Jun 10, 2020
1 parent 5882789 commit c4aee06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ To run the example project; clone the repo, and run `pod install` from the Proje

## Installation

YouTube-Player-iOS-Helper is available through [CocoaPods](http://cocoapods.org), to install
it simply add the following line to your Podfile:
YouTube-Player-iOS-Helper is available through [CocoaPods](http://cocoapods.org). To install
the library, add the following line to your Podfile and replace "x.y.z" with the latest version.

pod "youtube-ios-player-helper", "~> 0.1.4"
pod "youtube-ios-player-helper", "~> x.y.z"

After installing in your project and opening the workspace, to use the library:

Expand Down

0 comments on commit c4aee06

Please sign in to comment.