From b27fcda9edf14b37f13ac3492a0af5bfa16d808d Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 5 Jul 2014 13:18:42 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f727a0..c3020f9 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A very simple, fast, multithreaded and platform independent HTTP server implemen * Thread pool * HTTP persistent connection (for HTTP/1.1) -* Simple way to add REST resources using regex for method and path +* Simple way to add REST resources using regex for method and path, and anonymous functions ###Usage