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. ---