From e366e808ae6b6ce7083da5a4086db60ab4765f7c Mon Sep 17 00:00:00 2001 From: Erik Date: Sun, 17 Jan 2016 09:22:59 -0500 Subject: [PATCH] update cocoapods documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03364ff..27fbc41 100644 --- a/README.md +++ b/README.md @@ -112,13 +112,13 @@ Import the module: Swift: ```swift -import Socket_IO_Client_Swift +import SocketIOClientSwift ``` Objective-C: ```Objective-C -#import +#import ``` CocoaSeeds