From 8d63d68e97781ae761dcc3a0ef1f821ee1d89333 Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Wed, 12 Aug 2020 10:53:57 +0800 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb2aa55..11974ec 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # Webcc - C++ HTTP Library -[__中文版__](README_zh_CN.md) - **NOTE:** - **master** branch uses C++17 so it doesn't need _Boost_. Asio, as a header-only library, has been included in the `third_party` folder. - **[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 [Asio](https://github.com/chriskohlhoff/asio) for __embedding__ purpose. Please turn to [doc](doc/) for more tutorials and guides. E.g., [Build Instructions](doc/Build-Instructions.md) and [Integrate Into Your Project](doc/Integrate-Into-Your-Project.md).