From cf9d8ed569f87a072036d70392bfb8cf08b117a0 Mon Sep 17 00:00:00 2001 From: an-tao Date: Thu, 6 Sep 2018 21:35:02 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4e91be4..06c02ac7 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ |___/ ``` -**Drogon** is a C++11-based Http application framework. Drogon can be used to easily build various types of web application server programs using C++. Drogon's main application platform is Linux. For debugging purposes, it also supports Mac OS. There is no plan to support Windows. Its main features are as follows: +**Drogon** is a C++11-based HTTP application framework. Drogon can be used to easily build various types of web application server programs using C++. Drogon's main application platform is Linux. For debugging purposes, it also supports Mac OS. There is no plan to support Windows. Its main features are as follows: * The network layer uses a NIO framework based on epoll (poll under MacOS) to provide high-concurrency, high-performance network IO; * Full asynchronous programming mode;