diff --git a/README.md b/README.md index edc32b2..2ff3e66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Simple-Web-Server ================= -A very simple and fast platform independent HTTP server implemented using C++11 and Boost::Asio. Makes it easy to create REST resources for a C++ application. +A very simple, fast, multithreaded and platform independent HTTP server implemented using C++11 and Boost::Asio. Makes it easy to create REST resources for a C++ application. See main.cpp for example usage.