other init doesn't exist anymore

This commit is contained in:
Erik 2015-09-18 09:02:18 -04:00
parent 99ed93038f
commit 456406416a

View File

@ -109,8 +109,6 @@ Constructors
-----------
`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, opts: NSDictionary?)` - Same as above, but meant for Objective-C. See Objective-C Example.
Options
-------
- `connectParams: [String: AnyObject]?` - Dictionary whose contents will be passed with the connection.