From f001b8340c1839e4cc0cb0ff9dc09da3b27f5d19 Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 3 Dec 2015 14:26:28 -0500 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5b5af7..124bffa 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you need Swift 1.1/Xcode 6.2 use v1.5.2. (Pre-Swift 1.2 support is no longer Manually (iOS 7+) ----------------- -1. Copy the SocketIOClientSwift folder into your Xcode project. (Make sure you add the files to your target(s)) +1. Copy the Source folder into your Xcode project. (Make sure you add the files to your target(s)) 2. If you plan on using this from Objective-C, read [this](https://developer.apple.com/library/ios/documentation/Swift/Conceptual/BuildingCocoaApps/MixandMatch.html) on exposing Swift code to Objective-C. Carthage