From c5d82b85ed4834ab0bd31bfd211dfa69d2737f80 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Thu, 17 Apr 2014 01:55:15 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c96de4..b59fa2a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Extra built-in features: * Automatically handle transitions between foreground, background and suspended modes in iOS apps Included extensions: -* [GCDWebUploader](GCDWebUploader/GCDWebUploader.h): subclass of ```GCDWebServer``` that implements an interface for uploading and downloading files from an iOS app's sandbox using a web browser +* [GCDWebUploader](GCDWebUploader/GCDWebUploader.h): subclass of ```GCDWebServer``` that implements an interface for uploading and downloading files using a web browser * [GCDWebDAVServer](GCDWebDAVServer/GCDWebDAVServer.h): subclass of ```GCDWebServer``` that implements a class 1 [WebDAV](https://en.wikipedia.org/wiki/WebDAV) server (with partial class 2 support for OS X Finder) What's not available out of the box but can be implemented on top of the API: