From 79765e3e9904b18383d8f09a6abdba0deef3ac0e Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Mon, 10 Jun 2024 12:18:27 -0500 Subject: [PATCH] docs: readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d450be..1517496 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The main entry point is `Effect.Aff.HTTP.fetch`: fetch ``` - * `` is `Effect.Aff.HTTP.Request.Method`: +* `` is `Effect.Aff.HTTP.Request.Method`: data Method = GET @@ -17,8 +17,8 @@ fetch | DELETE | PATCH | HEAD - * `` is `Data.URL.URL` (from [`url-immutable`](https://pursuit.purescript.org/packages/purescript-url-immutable/)) - * `` is a partial record of: +* `` is `Data.URL.URL` (from [`url-immutable`](https://pursuit.purescript.org/packages/purescript-url-immutable/)) +* `` is a partial record of: type OptionalFields = ( body :: Body