diff --git a/README.md b/README.md index 066d7b3..09cf4fb 100644 --- a/README.md +++ b/README.md @@ -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.