fix #210 / add include to README hello world example

This commit is contained in:
Benjamin Sergeant 2020-05-27 16:04:39 -07:00
parent 33916869f1
commit 4ed5206d79

View File

@ -5,6 +5,8 @@ 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
#include <ixwebsocket/IXWebSocket.h>
// Required on Windows
ix::initNetSystem();