Update README.md

This commit is contained in:
An Tao 2019-03-19 20:47:18 +08:00 committed by GitHub
parent 3e4a650d9c
commit 06da245cd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ Drogon's main application platform is Linux. It also supports Mac OS and FreeBSD
## A very simple example ## 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: Below is the main program of a typical drogon application: