From c4aee0644fbe12497f6d0b3bf785529a80889a86 Mon Sep 17 00:00:00 2001 From: Todd Patterson Date: Wed, 10 Jun 2020 15:34:58 -0700 Subject: [PATCH] Update README Remove specific pod version number, inform developers to use the latest available. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 453f66f..c516378 100644 --- a/README.md +++ b/README.md @@ -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: