From 55ae6fec7e662f445c6665f52488cdd5058ec924 Mon Sep 17 00:00:00 2001 From: Ole Christian Eidheim Date: Sat, 5 Jul 2014 11:58:21 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.