From 3288f79087dba7f80f204dd053c5e393d83dc948 Mon Sep 17 00:00:00 2001 From: mob-connection <69315809+mob-connection@users.noreply.github.com> Date: Wed, 12 Aug 2020 16:19:59 +0300 Subject: [PATCH] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 3322471..7034f04 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,7 @@ # SwiftStompClient ---- SwiftStompClient it's implementation [STOMP](https://stomp.github.io) on native [WebSocket](https://developer.apple.com/documentation/foundation/urlsessionwebsockettask) started support from iOS 13 ## Requirements ---- - iOS 13.0+ - macOS 10.15+ - Mac Catalyst 13.0+ @@ -11,7 +9,6 @@ SwiftStompClient it's implementation [STOMP](https://stomp.github.io) on native - watchOS 6.0+ ## Example using StompClient ---- ```swift let request = URLRequest(url: "wss://,ws://") let webSocket = WebSocket(request: request)