From 17f8579bf520727eae25b8f09c7c32fa4c37b2fb Mon Sep 17 00:00:00 2001 From: Chunting Gu Date: Fri, 24 Aug 2018 17:19:02 +0800 Subject: [PATCH] Add a description of the naming. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8dfdde1..fe534f2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A lightweight C++ REST and SOAP client and server library based on *Boost.Asio*. +*Web* represents *Web Service*, and *cc* represents *C++* since it's a commonly used C++ source file extension name (especially in Google's source code). + Please turn to our [Wiki](https://github.com/sprinfall/webcc/wiki) for more tutorials and guides. ## Quick Start