From 96fd2deb51234fbfed19f06028d2ef67f8634155 Mon Sep 17 00:00:00 2001 From: Erik Date: Sat, 11 Apr 2015 21:01:02 -0400 Subject: [PATCH] update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 99cbe0b..d4d2027 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ Options - `forceWebsockets: Bool` Default is `false`. `true` forces the client to use WebSockets. - `nsp: String` Default is `"/"` - `cookies: [NSHTTPCookie]?` An array of NSHTTPCookies. Passed during the handshake. Default is nil. +- `log: Bool` If `true` socket will log debug messages. Default is false. Methods -------