From 37d96bb6fdfcf8929cb9800e07e88f5fcfcc25ec Mon Sep 17 00:00:00 2001 From: An Tao Date: Wed, 6 Mar 2019 16:27:11 +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 fb16f35e..ac9b70af 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Drogon's main application platform is Linux. It also supports Mac OS and FreeBSD. Currently, it does not support windows. Its main features are as follows: -* Use a NIO network lib based on epoll (kqueue under MacOS/FreeBSD) to provide high-concurrency, high-performance network IO, For details, please visit the [benchmarks](https://github.com/an-tao/drogon/wiki/benchmarks) page for more details; +* Use a NIO network lib based on epoll (kqueue under MacOS/FreeBSD) to provide high-concurrency, high-performance network IO, please visit the [benchmarks](https://github.com/an-tao/drogon/wiki/benchmarks) page for more details; * Provide a completely asynchronous programming mode; * Support Http1.0/1.1 (server side and client side); * Based on template, a simple reflection mechanism is implemented to completely decouple the main program framework, controllers and views.