Skip to content

Commit 4564064

Browse files
committed
other init doesn't exist anymore
1 parent 99ed930 commit 4564064

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ Constructors
109109
-----------
110110
`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.
111111

112-
`convenience init(socketURL: String, opts: NSDictionary?)` - Same as above, but meant for Objective-C. See Objective-C Example.
113-
114112
Options
115113
-------
116114
- `connectParams: [String: AnyObject]?` - Dictionary whose contents will be passed with the connection.

0 commit comments

Comments
 (0)