From 06da245cd6a8ab502cdb5b010c39840681871007 Mon Sep 17 00:00:00 2001 From: An Tao Date: Tue, 19 Mar 2019 20:47:18 +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 3c6fb3ca..dd453bf1 100755 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Drogon's main application platform is Linux. It also supports Mac OS and FreeBSD ## A very simple example -Unlike most C++ frameworks, the main program of the drogon application can be kept clean and simple. Drogon uses a few tricks to decouple the controller from the main program. The routing of controllers can be done through macros or configuration file. +Unlike most C++ frameworks, the main program of the drogon application can be kept clean and simple. Drogon uses a few tricks to decouple controllers from the main program. The routing settings of controllers can be done through macros or configuration file. Below is the main program of a typical drogon application: