From 65fc5bfafd10f9a173c11d55667d53c81a215dee Mon Sep 17 00:00:00 2001 From: Mac Gallagher Date: Sat, 1 Aug 2020 19:44:45 -0500 Subject: [PATCH] update README.md (#111) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 455f5477..447211aa 100644 --- a/README.md +++ b/README.md @@ -185,6 +185,12 @@ Shuffle is available through [CocoaPods](). To install i pod 'Shuffle-iOS' +The import statement in this case will be + +```swift +import Shuffle_iOS +``` + ### Carthage Shuffle is available through [Carthage](). To install it, simply add the following line to your Cartfile: