From 2264cc9802ba5c0079fcdf4090d19a7c34e14441 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Mon, 31 Dec 2012 09:46:53 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08a7a25..e703871 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Overview ======== -GCDWebServer is a lightweight GCD based HTTP 1.1 server for Mac & iOS apps written from scratch with the following goals in mind: +GCDWebServer is a lightweight GCD based HTTP 1.1 server designed to be embedded in Mac & iOS apps. It was written from scratch with the following goals in mind: * Entirely built with an event-driven design using [Grand Central Dispatch](http://en.wikipedia.org/wiki/Grand_Central_Dispatch) for maximum performance and concurrency * Well designed API for easy integration and customization * Support for streaming large HTTP bodies for requests and responses to minimize memory usage