From 5686165f35938c6c1383f03c195c7d5dc99f7b43 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 16 Jun 2018 16:26:02 +0000 Subject: [PATCH] Removed build status from README.md. Using GitLab badge instead. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cfd2ad..5fcb745 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Simple-Web-Server [![Build Status](https://gitlab.com/eidheim/Simple-Web-Server/badges/master/build.svg)](https://gitlab.com/eidheim/Simple-Web-Server/pipelines) +Simple-Web-Server ================= A very simple, fast, multithreaded, platform independent HTTP and HTTPS server and client library implemented using C++11 and Asio (both Boost.Asio and standalone Asio can be used). Created to be an easy way to make REST resources available from C++ applications.