Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhartford authored Sep 28, 2017
1 parent 76c4764 commit 586615e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 586615e

Please sign in to comment.