From 8c8ad519c1ad48c7869b34311e932b1a29a51e9e Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 5 Jul 2014 20:51: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 88c9fb4..ff163f7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Simple-Web-Server ================= -A very simple, fast, multithreaded and platform independent HTTP server implemented using C++11 and Boost.Asio. An easy way to make REST resources available from C++ applications. +A very simple, fast, multithreaded and platform independent HTTP server implemented using C++11 and Boost.Asio. Created to be an easy way to make REST resources available from C++ applications. ### Features