From 077758564fcffa1fbbadb2739ed9cdca7a2e5a9e Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Thu, 27 May 2021 09:48:31 +0800 Subject: [PATCH] remove the note about legacy branch --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index f00cec2..2e36209 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,5 @@ # Webcc - C++ HTTP Library -**NOTE:** -- **[legacy](https://github.com/sprinfall/webcc/tree/legacy)** branch only uses limited C++11 features, so it could be built by old compilers like _VS2013_ and _GCC 4.8_. - ----- - [__中文版 README__](README_zh_CN.md) Lightweight C++ HTTP __client and server__ library based on [Boost Asio](https://www.boost.org/doc/libs/release/libs/asio/) for __embedding__ purpose.