From a22bf44deb7efae12aac035238567f89aae1d5f8 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Sun, 23 Nov 2014 17:16:10 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2b544d7..704bd76 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,14 @@ Installation ============ 1. Requires linking [SocketRocket](https://github.com/square/SocketRocket) against your xcode project. 2. Create a bridging header for SocketRocket -2. Copy the SwiftIO folder into your xcode project -3. +3. Copy the SwiftIO folder into your xcode project Use === ``` let socket = SocketIOClient(socketURL: "http://localhost:8080") +// let socket = SocketIOClient(socketURL: "https://localhost:8080", secure: true) socket.on("connect") {data in println("socket connected") socket.emit("testEcho")