From 0ae17f8a73760c599f0a2f74c6547ae4997aacc2 Mon Sep 17 00:00:00 2001 From: Erik Little Date: Wed, 4 Feb 2015 16:15:30 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 55be603..e559b95 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ Events let socket = SocketIOClient(socketURL: "https://localhost:8080", opts: [ "reconnects": true, // default true "reconnectAttempts": 5, // default -1 (infinite tries) - "reconnectWait": 5 // default 10 + "reconnectWait": 5, // default 10 + "nsp": "swift" // connects to the specified namespace. Default is / ]) // Socket Events