diff --git a/readme.md b/readme.md index a12566d..4a3fd0a 100644 --- a/readme.md +++ b/readme.md @@ -50,6 +50,14 @@ Type: `object` Options are passed to the [`retry`](https://github.com/tim-kos/node-retry#retryoperationoptions) module. +##### retries + +Type: `number` + +Default: `10` + +How many times to retry. + ##### onFailedAttempt(error) Type: `Function`