From bd20216f0575366ea515f6a3e83624a13ba27c83 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Mon, 21 Aug 2023 17:19:13 +0800 Subject: [PATCH] Update index.md --- website/docs/en/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/en/index.md b/website/docs/en/index.md index d8bc15b25..0996fbe6f 100644 --- a/website/docs/en/index.md +++ b/website/docs/en/index.md @@ -23,7 +23,7 @@ features: - title: struct_json\struct_xml\struct_yaml details: C++17 reflection-based json lib, very easy to do struct to json\xml\yaml and json\xml\yaml to struct. - title: coro_http_client - details: C++20 coroutine http(https) client, include: get/post, websocket, multipart file upload, chunked and ranges download etc. + details: C++20 coroutine http(https) client, include get/post, websocket, multipart file upload, chunked and ranges download etc. - title: easylog details: C++17 high performance and easy to use logging lib, support cout、sprintf and fmt::format/std::format stream. ---