From dda208bd8779b41e0ed32dee3d0db71cf1c09e4d Mon Sep 17 00:00:00 2001 From: Pierre-Olivier Latour Date: Sun, 30 Dec 2012 01:22:30 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73ba4a5..4e7b368 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ GCDWebServer is a lightweight GCD based HTTP 1.1 server for Mac & iOS apps writt * Support for streaming large HTTP bodies for requests and responses to minimize memory usage * Built-in parser for web forms submitted using "application/x-www-form-urlencoded" or "multipart/form-data" * Minimal number of source files and no dependencies on third-party source code -* Available under a friendly [New BSD License](../master/LICENSE) +* Available under a friendly [New BSD License](blob/master/LICENSE) What's not available out of the box but can be implemented on top of the API: * Authentication like Basic Authentication