From a81f9256711394f7147e170f8d4c6298ae9abc45 Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 17 Sep 2015 13:33:37 -0400 Subject: [PATCH] make note of https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2c298b..80234b1 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Objective-C: ##API Constructors ----------- -`init(socketURL: String, opts:NSDictionary? = nil)` - Constructs a new client for the given URL. opts can be omitted (will use default values) +`init(socketURL: String, opts:NSDictionary? = nil)` - Constructs a new client for the given URL. opts can be omitted (will use default values) note: If your socket.io server is secure, you need to specify `https` in your socketURL. `convenience init(socketURL: String, options:NSDictionary?)` - Same as above, but meant for Objective-C. See Objective-C Example.