Skip to content

Commit

Permalink
Merge pull request #16 from calvinte/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
luispabon authored Jul 4, 2024
2 parents 0c95c9f + c16a798 commit 202ee7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function retry (retries, delays, allowedStatuses, retryCallback) {}
**Function params:**

* `retries`: max number of retries to attempt
* `delays`: delay between retries, in seconds. It can be either:
* `delays`: delay between retries, in miliseconds. It can be either:
* **a single number:** delay between all retries
* **a list of numbers:** delays between the first few retries, in order given. If there are more retries than
numbers on this list, any subsequent retries will be delayed by the last number on the list.
Expand Down

0 comments on commit 202ee7d

Please sign in to comment.