From 7b4c875233d52698ae1197130435fd07a33753ec Mon Sep 17 00:00:00 2001 From: Rico Metzger Date: Tue, 4 Jun 2024 12:06:24 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 8809e1d..8ca6624 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,9 @@ def deps do end ``` -## Configuration - -TBD - ## Requirements: -The API uses [Tesla](https://github.com/elixir-tesla/tesla) for the client access to also handle the exponential back-off required in the documentation. +The API uses [Req](https://github.com/wojtekmach/req/tree/v0.5.0) for the client access to also handle the exponential back-off required in the documentation. ## Documentation