From 4c93b973fffcbd7150dde01a5765d2fb01004941 Mon Sep 17 00:00:00 2001 From: yhirose Date: Mon, 2 Dec 2019 09:50:52 -0500 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 36c74ce..ec7c543 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ svr.Get("/chunked", [&](const Request& req, Response& res) { }); ``` -### Default thread pool supporet +### Default thread pool support Set thread count to 8: