From 02c204afab6f120bf144a183107a5b428c992923 Mon Sep 17 00:00:00 2001 From: nemasu Date: Tue, 20 Jan 2015 18:00:19 +0900 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4965292..7d77f7a 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,11 @@ asmttpd Web server for Linux written in amd64 assembly. -Note: This is very much a work in progress and not ready for production. - Features: -* Multi-threaded -* No libraries required ( only 64-bit Linux ) -* Fast +* Multi-threaded. +* No libraries required ( only 64-bit Linux ). +* Very small binary, under 6 KB. +* Quite fast. What works: * Serving files from specified document root.