From 6181cd7c8c23835ccae257b050bdb0721bde4baf Mon Sep 17 00:00:00 2001 From: Joris Vink Date: Wed, 5 Jun 2013 16:42:39 +0200 Subject: [PATCH] even better --- README | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README b/README index 2266148..1167db4 100644 --- a/README +++ b/README @@ -9,15 +9,15 @@ With a site loaded as a module in memory the page callbacks are directly called No overhead. Features - Supports SPDY/3 - Supports HTTP/1.1 - Secure by default - SSL connections only - Virtual host support - Easy to use configuration - Loads your site as a precompiled C module - Linux epoll(7) and worker processes for throughput - Modules can be reloaded on-the-fly even while serving content +- Supports SPDY/3 +- Supports HTTP/1.1 +- Secure by default +- SSL connections only +- Virtual host support +- Easy to use configuration +- Loads your site as a precompiled C module +- Linux epoll(7) and worker processes for throughput +- Modules can be reloaded on-the-fly even while serving content Right now Kore development is a moving process, so expect bugs. If you run into said bugs please contact me at patches@coders.se.