From 586615e9a1f575dd77dd76b20c9f47c795376423 Mon Sep 17 00:00:00 2001 From: Adam Hartford Date: Thu, 28 Sep 2017 13:16:39 -0400 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b110326..b812245 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,12 @@ connection.originUrlString = "http://www.example.com" ### What versions of SignalR are supported? -SwiftR supports SignalR version 2.x. Version 2.2.1 is assumed by default. To change the SignalR version: +SwiftR supports SignalR version 2.x. Version 2.2.2 is assumed by default. To change the SignalR version: ```swift let connection = SignalR("https://swiftr.azurewebsites.net") -connection.signalRVersion = .v2_2_1 +connection.signalRVersion = .v2_2_2 +//connection.signalRVersion = .v2_2_1 //connection.signalRVersion = .v2_2_0 //connection.signalRVersion = .v2_1_2 //connection.signalRVersion = .v2_1_1