diff --git a/README.md b/README.md index e3eb8d53..55fb6d94 100644 --- a/README.md +++ b/README.md @@ -16,17 +16,9 @@ service. ## Getting Started Try either the [Objective-C](Samples/ObjC) or [Swift](Samples/Swift) sample app. -For example, to demo the Objective-C sample project, you have three options: +For example, to demo the Objective-C sample project, you have two options: -1. Using [CocoaPods](https://cocoapods.org/)'s `try` method: - -``` -pod try GoogleSignIn -``` - -Note, this will default to providing you with the Objective-C sample app. - -2. Using CocoaPod's `install` method: +1. Using CocoaPod's `install` method: ``` git clone https://github.com/google/GoogleSignIn-iOS @@ -35,7 +27,7 @@ pod install open SignInSampleForPod.xcworkspace ``` -3. Using [Swift Package Manager](https://swift.org/package-manager/): +2. Using [Swift Package Manager](https://swift.org/package-manager/): ``` git clone https://github.com/google/GoogleSignIn-iOS