From 98a397696cae36ba851fa6dee0b5226fe750a31b Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 26 Aug 2019 22:29:10 -0700 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61ed287a..ed7bdb9c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ IXWebSocket is a C++ library for WebSocket client and server development. It has minimal dependencies (no boost), is very simple to use and support everything you'll likely need for websocket dev (SSL, deflate compression, compiles on most platforms, etc...). HTTP client and server code is also available, but it hasn't received as much testing. -It is been used on big video game titles sending and receiving tons of messages since 2017. +It is been used on big mobile video game titles sending and receiving tons of messages since 2017 (iOS and Android). Interested ? Go read the [docs](https://bsergean.github.io/IXWebSocket/site/) ! If things don't work as expected, please create an issue in github, or even better a pull request if you know how to fix your problem.