From 2b6f38d27e0685fa56821245809fe8b55d9e9b62 Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Thu, 4 Feb 2021 16:15:43 +0800 Subject: [PATCH] Update README_zh_CN.md --- README_zh_CN.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README_zh_CN.md b/README_zh_CN.md index 60a0a17..6b041e2 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -1,8 +1,6 @@ # Webcc - C++ HTTP 程序库 -**注意:** - -- [legacy](https://github.com/sprinfall/webcc/tree/legacy) 分支只使用了有限的 C++11 特性,**能支持较老的编译器,比如 VS2013 和 GCC 4.8**。 +**注意:[legacy](https://github.com/sprinfall/webcc/tree/legacy) 分支只使用了有限的 C++11 特性,能支持较老的编译器,比如 VS2013 和 GCC 4.8。** 基于 [Boost Asio](https://www.boost.org/doc/libs/release/libs/asio/) 开发的轻量级 C++ HTTP 程序库,同时支持客户端与服务端。 @@ -10,7 +8,7 @@ Boost Beast 没有一个开箱即用的 HTTP Server,微软 cpprest 的 API 设计复杂,且 server 部分也几乎不可用。Webcc 能满足大多数需求,又兼顾了性能和代码质量。这一点你看一下我们的代码心里就有数了。 -=> [编译指南](doc/Build-Instructions_zh_CN.md)。 +=> [编译指南](doc/Build-Instructions_zh_CN.md) 代码仓库: [https://github.com/sprinfall/webcc](https://github.com/sprinfall/webcc)。 请认准链接,其他人 fork 的仓库,都不是最新的。