Skip to content

Commit e34cb2f

Browse files
authored
Update README.md
1 parent 31abbd6 commit e34cb2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Package containing support for WebSockets. It contains three libraries
1111

1212
### Client
1313

14-
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.
14+
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.
1515

1616
```swift
1717
import WSClient

0 commit comments

Comments
 (0)