From 38675aac33b8de567c3a12b6f081df005d46e0a9 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Mon, 10 Jun 2024 12:20:07 -0500 Subject: [PATCH] docs: readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03ea6fa..7f607d0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ fetch * `` is `Effect.Aff.HTTP.Request.Method`: - + data Method = GET | PUT @@ -22,7 +22,7 @@ fetch * `` is `Data.URL.URL` (from [`url-immutable`](https://pursuit.purescript.org/packages/purescript-url-immutable/)) * `` is a partial record of: - + type OptionalFields = ( body :: Body , headers :: Headers