Skip to content

Commit

Permalink
Fix README with proper example compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor-Palaguta committed Apr 21, 2020
1 parent 4c71c84 commit 07ab227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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))
Expand Down

0 comments on commit 07ab227

Please sign in to comment.