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