diff --git a/README.md b/README.md index a635077c..a9bef351 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ pod install SRAutoTransport chooses the best supported transport for both client and server. This achieved by falling back to less performant transports.
The default transport fallback is:
1. SRWebSocketTransport (if supported by the server)
2. SRServerSentEventsTransport
3. SRLongPollingTransport - SRWebSocketsTransport + SRWebSocketTransport WebSockets is the only transport that establishes a true persistent, two-way connection between the client and server.