Fix typo in README.md (#708)

This commit is contained in:
mbehboodian 2021-02-07 12:38:41 +03:30 committed by GitHub
parent 0b5920a1f3
commit 33044c823f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ Drogon is a cross-platform framework, It supports Linux, macOS, FreeBSD, OpenBSD
* Provide a convenient lightweight ORM implementation that supports for regular object-to-database bidirectional mapping;
* Support plugins which can be installed by the configuration file at load time;
* Support AOP with build-in joinpoints.
* Support C++ coroutins
* Support C++ coroutines
## A very simple example