From 59e15be524d13853d8b60354ca58131c1c38e4ec Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 26 Aug 2019 21:57:05 -0700 Subject: [PATCH] readme tweaks --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b147be6f..8e2bde19 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,6 @@ IXWebSocket is a C++ library for WebSocket and HTTP client and server developmen It is been used on big video game titles sending and receiving tons of messages since 2017. -Interested ? Go read the [docs](https://bsergean.github.io/IXWebSocket/site/) ! And if it doesn't work as expected, please create an issue in github, or even better a pull request if you know how to fix your problem. +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. + +IXWebSocket is actively being developed, check out the [changelog](CHANGELOG.md) to know what's cooking.