From c35afc1ad61d8f822a306fdc9fcc94ca9e94ada4 Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Sun, 30 Dec 2012 00:19:08 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1e34c5e..88ae285 100644 --- a/README.md +++ b/README.md @@ -146,10 +146,6 @@ To implement an HTTP form, you need a pair of handlers: Advanced Example 3: WiFi Downloads and Uploads in iOS App ========================================================= -GCDWebServer was originally written for the [ComicFlow](http://itunes.apple.com/us/app/comicflow/id409290355?mt=8) comic reader app for iPad. - -The ComicRead - -See ComicFlow iPad app -https://code.google.com/p/comicflow/ +GCDWebServer was originally written for the [ComicFlow](http://itunes.apple.com/us/app/comicflow/id409290355?mt=8) comic reader app for iPad. It uses it to provide a web server for people to upload and download comic files directly over WiFi. +ComicFlow is [entirely open-source](https://code.google.com/p/comicflow/) and you can see how it uses GCDWebServer in the [AppDelegate.m](https://code.google.com/p/comicflow/source/browse/Classes/AppDelegate.m) file.