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 ) - ```