From da5b019b33667296b628c071a5d096ac17667b0b Mon Sep 17 00:00:00 2001 From: Erik Date: Sat, 20 May 2017 16:44:33 -0400 Subject: [PATCH] Revert "add note about socket.io 2.0 and unicode" This reverts commit 43d5455e823b5af15a3781c9a2a73ded7c74aac6. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4718467..792c2b8 100644 --- a/README.md +++ b/README.md @@ -51,15 +51,12 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{ ``` ## Features -- Supports socket.io 1.0+a +- Supports socket.io 1.0+ - Supports binary - Supports Polling and WebSockets - Supports TLS/SSL - Can be used from Objective-C -_a: For socket.io 2.0+ servers, client versions less than v10.0 must pass .doubleEncodeUTF8(false) as a config, -otherwise unicode will become garbled_ - ## Installation Requires Swift 3/Xcode 8.x