From 7d1be24b1283d4be3fe1f24f29f1a7ecf39a9592 Mon Sep 17 00:00:00 2001 From: simon Date: Tue, 19 Nov 2019 19:07:23 -0500 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a96ed18..3b4b5f2 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,8 @@ Examples: Actions -| Action | Description | `arg` value | -| :--- | :--- | :--- | +| Action | Description +| :--- | :--- | | should_retry | Override default retry behavior for http errors (by default it retries on 403,408,429,444,499,>500) | force_retry | Always retry (Up to retries_hard times) | dont_retry | Immediately stop retrying