diff --git a/README.md b/README.md index e76ce83..59feef0 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GCDWebServer is a lightweight GCD based HTTP 1.1 server designed to be embedded * 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" encodings (including file uploads) * Minimal number of source files and no dependencies on third-party source code -* Available under a friendly [New BSD License](blob/master/LICENSE) +* Available under a friendly [New BSD License](LICENSE) What's not available out of the box but can be implemented on top of the API: * Authentication like Basic Authentication