From 8355c06b832906155b2502b379741644ab06cc3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Sat, 30 Dec 2023 15:17:39 +0000 Subject: [PATCH] garden --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dbf92b..13eb834 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ A retry Haskell library for humans: - **Exponential backoff** with **jitter** between retries. - Limit the **attempts** of retries and **total** time. -- `Stamina.HTTP` for retrying retriable `Network.HTTP.Client` exceptions respecting `Retry-After` headers. -- Introspectable retry state for logging using `RetryStatus`, including the last exception that occurred. -- Support resetting the retry state when the action is long-running with an attempt that works. +- **Stamina.HTTP** for retrying retriable [Network.HTTP.Client](https://hackage.haskell.org/package/http-client) exceptions respecting `Retry-After` headers. +- Introspectable retry state for logging using **RetryStatus**, including the last exception that occurred. +- Support **resetting the retry state** when for **long-running tasks** with an attempt that works. ## API