From a13c0d69bdf3d33cedc0b84d863d29f5cca67c73 Mon Sep 17 00:00:00 2001 From: Andrew Fischer Date: Tue, 21 Jun 2022 15:17:21 -0700 Subject: [PATCH] remove extra newlines --- packages/io-ts-http/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/io-ts-http/README.md b/packages/io-ts-http/README.md index 3b58a08b..3abefaa3 100644 --- a/packages/io-ts-http/README.md +++ b/packages/io-ts-http/README.md @@ -4,8 +4,6 @@ Runtime types for (de)serializing HTTP requests from both the client and server ## Overview - - The primary function in this library is `httpRequest`, which is used to build codecs which can parse a generic HTTP request into a more refined type. The generic HTTP request should conform to the following interface: