From c8d41f987f5f33cd9b5f62f3cf60f00074750291 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 19 Aug 2019 20:35:26 -0700 Subject: [PATCH] README tweaks --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10d302da..bb561e70 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The [*ws*](https://github.com/machinezone/IXWebSocket/tree/master/ws) folder cou ### Windows note -On Windows, to use the network system, you need to initialize it, once with *WSAStartup()*, and cleaned up with *WSACleanup()*. We have helpers for that which you can use. This init would typically take place in your main function. +To use the network system on Windows, you need to initialize it once with *WSAStartup()* and clean it up with *WSACleanup()*. We have helpers for that which you can use, see below. This init would typically take place in your main function. ``` #include