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