From 1a2e0d95620f70f759d1420f3e07201aaeee8a78 Mon Sep 17 00:00:00 2001 From: Felipe Muniz Date: Sun, 16 Aug 2020 12:21:25 -0300 Subject: [PATCH] Readme correction. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4134fb0..3cf6b49 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ using(var kingBuffer = KingBufferWriter.Create()) server.Stop(); ``` -# Using the TCP connection on KingClient +# Using the WebSocket connection on KingClient ```C# // create and connect the client var client = new KingClient();