From 07ab227cd280bee4f63e61b31fb8d75eee0605e3 Mon Sep 17 00:00:00 2001 From: Igor-Palaguta Date: Tue, 21 Apr 2020 09:20:00 +0300 Subject: [PATCH] Fix README with proper example compilation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3241214..2798816 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Library with ReactiveCocoa api for Youtube. Allows easy access required parts of ## Example -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 `carthage checkout` from the Example directory first. ```swift let engine = Engine(authorization: .key(YOUR_API_KEY))