Skip to content

Commit

Permalink
Update README.md about Req
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple committed Nov 13, 2023
1 parent 74358ba commit 85b4458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ configuration options.
by default. If you want to use it, you just need to include
[`Hackney`](https://hex.pm/packages/hackney) as a dependency of your app.

Swoosh also accepts [`Finch`](https://hex.pm/packages/finch) out-of-the-box.
See `Swoosh.ApiClient.Finch` for details.
Swoosh also accepts [`Finch`](https://hex.pm/packages/finch) and [`Req`](https://hex.pm/packages/req) out-of-the-box.
See `Swoosh.ApiClient.Finch` and `Swoosh.ApiClient.Req` for details.

If you need to integrate with another HTTP client, it's easy to define a new
API client. Follow the `Swoosh.ApiClient` behaviour and configure Swoosh to
Expand Down

0 comments on commit 85b4458

Please sign in to comment.