From 1b11ef006a7e15ee6a2c270d9c7bbd2a8cf1bfc9 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Sat, 23 Nov 2019 12:44:24 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2337c05..31c50916 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ IXWebSocket is a C++ library for WebSocket client and server development. It has It is been used on big mobile video game titles sending and receiving tons of messages since 2017 (iOS and Android). It was tested on macOS, iOS, Linux, Android, Windows and FreeBSD. Two important design goals are simplicity and correctness. -``` +```cpp # Required on Windows ix::initNetSystem();