From 4a93b19385ea349755847549590d537cd09798cc Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Sat, 29 Mar 2014 19:43:43 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfdb971..662e3e5 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ int main(int argc, const char* argv[]) { } ``` -Adding File Upload & Download to iOS Apps -========================================= +Adding File Upload to iOS Apps +============================== -GCDWebUploader is a subclass of GCDWebServer that provides an HTML 5 file uploader & downloader. This lets users upload, download and delete files from a directory inside your iOS app's sandbox using their web browser. +GCDWebUploader is a subclass of GCDWebServer that provides a ready-to-use HTML 5 file uploader & downloader. This lets users upload, download and delete files from a directory inside your iOS app's sandbox using a clean user interface in their web browser. Simply instantiate and run a GCDWebUploader instance then visit http://{YOUR-IOS-DEVICE-IP-ADDRESS}/ from your web browser: