From bd39e691854fe0e1c187f4ae8eb694a1a42e432e Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Thu, 21 May 2020 09:42:15 -0700 Subject: [PATCH] Update index.md --- docs/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 8439d04b..0f1f5a01 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,3 @@ -![Build status](https://github.com/machinezone/IXWebSocket/workflows/unittest/badge.svg) - ## Introduction [*WebSocket*](https://en.wikipedia.org/wiki/WebSocket) is a computer communications protocol, providing full-duplex and bi-directionnal communication channels over a single TCP connection. *IXWebSocket* is a C++ library for client and server Websocket communication, and for client and server HTTP communication. *TLS* aka *SSL* is supported. The code is derived from [easywsclient](https://github.com/dhbaird/easywsclient) and from the [Satori C SDK](https://github.com/satori-com/satori-rtm-sdk-c). It has been tested on the following platforms.