From e34cb2f1908c06d7955c2d925a7dca8d4db3834a Mon Sep 17 00:00:00 2001 From: Adam Fowler Date: Mon, 18 Nov 2024 14:43:05 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64accb3..e199895 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Package containing support for WebSockets. It contains three libraries ### Client -The WebSocketClient is built on top of structured concurrency. When you connect it calls the closure you provide with an inbound stream of frames, a writer to write outbound frames and a context structure. When you exit the closure the connection the client will automatically perform the close handshake for you. +The WebSocketClient is built on top of structured concurrency. When you connect it calls the closure you provide with an inbound stream of frames, a writer to write outbound frames and a context structure. When you exit the closure the client will automatically perform the close handshake for you. ```swift import WSClient