From 44d84c4819ad139d9fe8313cebc1d69e198c2315 Mon Sep 17 00:00:00 2001 From: radex Date: Tue, 27 Sep 2016 17:14:11 +0200 Subject: [PATCH] Update Readme CocoaPods instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a720fc10e..1b56cacc6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ If you are using Xcode, then you should: If you're using CocoaPods, add this to your `Podfile`: ~~~ruby -pod 'SwiftProtobufRuntime', git: 'https://github.com/apple/swift-protobuf-runtime.git' +pod 'SwiftProtobuf', git: 'https://github.com/apple/swift-protobuf-runtime.git' ~~~ And run `pod install`.