Update README.md

This commit is contained in:
Pierre-Olivier Latour
2014-04-17 01:49:03 -03:00
parent 748f6a8bc9
commit 38dd39a789
+1 -1
View File
@@ -56,7 +56,7 @@ pod "GCDWebServer/WebDAV", "~> 2.0"
Hello World
===========
These codes snippets show how to implement a custom HTTP server that runs on port 8080 and returns a "Hello World" HTML page to any request. Since GCDWebServer uses GCD blocks to handle requests, no subclassing or delegates are needed, which results in very clean code.
These code snippets show how to implement a custom HTTP server that runs on port 8080 and returns a "Hello World" HTML page to any request. Since GCDWebServer uses GCD blocks to handle requests, no subclassing or delegates are needed, which results in very clean code.
**OS X version (command line tool):**
```objectivec