From 0b247ceca136afdce0d15b3f6793ad68a6431c37 Mon Sep 17 00:00:00 2001 From: Orion Kindel Date: Mon, 10 Jun 2024 12:17:41 -0500 Subject: [PATCH] docs: readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f893e4f..3d450be 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ fetch ``` * `` is `Effect.Aff.HTTP.Request.Method`: - ```purescript + data Method = GET | PUT @@ -17,13 +17,11 @@ fetch | DELETE | PATCH | HEAD - ``` * `` is `Data.URL.URL` (from [`url-immutable`](https://pursuit.purescript.org/packages/purescript-url-immutable/)) * `` is a partial record of: - ```purescript + type OptionalFields = ( body :: Body , headers :: Headers , credentials :: Credentials ) - ```