Skip to content

Commit a5fea86

Browse files
authored
Fixes a small mistake in the NIOTCPEchoServer README file (#3311)
Fixes a small mistake in the NIOTCPEchoServer README file.
1 parent cae0a35 commit a5fea86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/NIOTCPEchoServer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ To run this server execute the following from the root of the repository:
88
swift run NIOTCPEchoServer
99
```
1010

11-
You can then use the `NIOTCPClient` to send requests to the server.
11+
You can then use the `NIOTCPEchoClient` to send requests to the server.

0 commit comments

Comments
 (0)