Update README.md

This commit is contained in:
Pierre-Olivier Latour
2012-12-30 00:19:08 -08:00
parent 06c3decc18
commit c35afc1ad6
+2 -6
View File
@@ -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.