From 98caa8c058c496d2306316ca4d02f946bc7a53ec Mon Sep 17 00:00:00 2001 From: yhirose Date: Thu, 30 Jul 2020 17:21:49 -0400 Subject: [PATCH] Updated README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 578fc15..d4faa3c 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,11 @@ cpp-httplib =========== [![](https://github.com/yhirose/cpp-httplib/workflows/test/badge.svg)](https://github.com/yhirose/cpp-httplib/actions) -[![Bulid Status](https://ci.appveyor.com/api/projects/status/github/yhirose/cpp-httplib?branch=master&svg=true)](https://ci.appveyor.com/project/yhirose/cpp-httplib) A C++11 single-file header-only cross platform HTTP/HTTPS library. It's extremely easy to setup. Just include **httplib.h** file in your code! -For Windows users: Please read [this note](https://github.com/yhirose/cpp-httplib#windows). - Server Example --------------