From df3d7ae5361d0ce10b261c9331e51b8e7ad2a02c Mon Sep 17 00:00:00 2001 From: Erik Date: Sat, 27 May 2017 11:53:35 -0400 Subject: [PATCH] Update readme to reflect that 10.0+ only support socket.io 2.0+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 792c2b8..4e06a4e 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ SocketIOClient* socket = [[SocketIOClient alloc] initWithSocketURL:url config:@{ ``` ## Features -- Supports socket.io 1.0+ +- Supports socket.io 2.0+ (For socket.io 1.0 use v9.x) - Supports binary - Supports Polling and WebSockets - Supports TLS/SSL