Skip to content

Commit d43363b

Browse files
committed
Elaborate on the helper variations in the README
1 parent 30f8ffb commit d43363b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ main = launchAff $ do
4545

4646
(`defaultRequest` is a record value that has all the required fields pre-set for convenient overriding when making a request.)
4747

48-
Or use of a number of helpers for common cases:
48+
Or use of a number of helpers for common `get`, `post`, `put`, `delete`, and `patch` cases:
4949

5050
```purescript
5151
import Affjax.RequestBody as RequestBody
@@ -62,7 +62,7 @@ main = launchAff $ do
6262
Right json -> log $ "POST /api response: " <> J.stringify json
6363
```
6464

65-
See the module documentation for a full list of these helpers.
65+
See the module documentation for a full list of these helpers and their variations.
6666

6767
## Module documentation
6868

0 commit comments

Comments
 (0)