From b3ef63118486202c2487b55747503189f247a0f7 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 5 Jul 2014 17:56:11 +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 72ad8a8..357ddb8 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A very simple, fast, multithreaded and platform independent HTTP server implemen * Thread pool * Platform independent * HTTP persistent connection (for HTTP/1.1) -* Simple way to add REST resources using regex for path and anonymous functions +* Simple way to add REST resources using regex for path, and anonymous functions ###Usage