diff --git a/README.md b/README.md index 026ce21..edc32b2 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ 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. + +See main.cpp for example usage.