From 66c13a41c76450fb70fc0b5ce1a6ae705e9154bd Mon Sep 17 00:00:00 2001 From: Liam Flynn Date: Wed, 20 Mar 2019 11:29:40 +0000 Subject: [PATCH] Motivation: (#38) Fixing a broken link in the readme file. Modifications: A single character correction in the readme file. Result: Improved pedanticism and/or readability depending upon the readers perspective. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26addcc..e7f2b5e 100644 --- a/README.md +++ b/README.md @@ -35,4 +35,4 @@ functionality. - [`LengthFieldBasedFrameDecoder`](Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift) Splits incoming `ByteBuffer`s by a number of bytes specified in a fixed length header contained within the buffer. - [`LengthFieldPrepender`](Sources/NIOExtras/LengthFieldBasedFrameDecoder.swift) Prepends the number of bytes to outgoing `ByteBuffer`s as a fixed length header. Can be used in a codec pair with the `LengthFieldBasedFrameDecoder`. - [`RequestResponseHandler`](Sources/NIOExtras/RequestResponseHandler.swift) Matches a request and a promise with the corresponding response. -- [`HTTPResponseCompressor`)(Sources/NIOHTTPCompression/HTTPResponseCompressor.swift) Compresses the body of every HTTP/1 response message. +- [`HTTPResponseCompressor`](Sources/NIOHTTPCompression/HTTPResponseCompressor.swift) Compresses the body of every HTTP/1 response message.