From 7641ffef4104aa6964ee062e365eb7716c2ade41 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Wed, 1 Apr 2015 15:44:19 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5597d2..2b83816 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ import Socket_IO_Client_Swift Constructors ----------- `init(socketURL: String, opts:NSDictionary? = nil)` - Constructs a new client for the given URL. opts can be omitted (will use default values) + `convenience init(socketURL: String, options:NSDictionary?)` - Same as above, but meant for Objective-C. See Objective-C Example. Options