commit 23d5e9b341a5dd8979fb7570da07aae3503a0b17
parent 5a16bdbe65745301a62ca4bcf5de225dfb3a5466
Author: Joris Vink <joris@coders.se>
Date: Mon, 6 Feb 2017 23:38:21 +0100
reword
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -22,7 +22,7 @@ Features
* Private keys isolated in separate process (RSA and ECDSA)
* Default sane TLS ciphersuites (PFS in all major browsers)
* Modules can be reloaded on-the-fly, even while serving content
-* Event driven (epoll/kqueue) architecture with per CPU core workers
+* Event driven (epoll/kqueue) architecture with per CPU worker processes
* Build your web application as a precompiled dynamic library or single binary
License