summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-12-01 11:34:11 -0500
committerGitHub <noreply@github.com>2017-12-01 11:34:11 -0500
commitdbe8e637d736eab90bcc0b18bf80b36a6797e618 (patch)
tree1ca99cccce7a626cf7cf2daeba4649133e2cb6e0 /README.md
parent08902653c9e50f11c64b2defce7b368045b9d119 (diff)
downloadsdl_ios-dbe8e637d736eab90bcc0b18bf80b36a6797e618.tar.gz
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index aae745ee7..a2f28392f 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ You can install this library using [Cocoapods](https://cocoapods.org/pods/SmartD
In your podfile, you want to add `pod 'SmartDeviceLink', '~> 5.0'`. Then run `pod install` inside your terminal. With Cocoapods, we support iOS 8.0+.
###### Swift
-If you are building a Swift app, then add this instead `pod 'SmartDeviceLink-iOS/Swift', '~> 5.0'`. Then run `pod install` in your terminal.
+If you are building a Swift app, then add this instead `pod 'SmartDeviceLink/Swift', '~> 5.0'`. Then run `pod install` in your terminal.
##### Carthage