From fc21ad519b0b3d31d76482a2299b0e9bb6abaead Mon Sep 17 00:00:00 2001 From: Dimon4eg Date: Tue, 7 May 2019 01:02:16 +0300 Subject: [PATCH] update README.md (#54) Yeah ! --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9ee1e661..a1927c21 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ * Android * Windows (no TLS) -The code was made to compile once on Windows but support is currently broken on this platform. - ## Examples The [*ws*](https://github.com/machinezone/IXWebSocket/tree/master/ws) folder countains many interactive programs for chat, [file transfers](https://github.com/machinezone/IXWebSocket/blob/master/ws/ws_send.cpp), [curl like](https://github.com/machinezone/IXWebSocket/blob/master/ws/ws_http_client.cpp) http clients, demonstrating client and server usage.