From ddc6eded9774a009b6e8fda2f3d85e72c9190b7a Mon Sep 17 00:00:00 2001 From: Mark Stosberg Date: Tue, 28 Aug 2018 14:22:32 -0400 Subject: [PATCH] clarify that you don't wait in between requests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0440a..a27a9df 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![build status](https://travis-ci.org/void666/request-promise-retry.svg?branch=master)](https://travis-ci.org/void666/request-promise-retry) [![npm downloads](https://img.shields.io/npm/dt/promise-request-retry.svg)](https://img.shields.io/npm/dt/promise-request-retry) -Simple wrapper on top of [request-promise](https://github.com/request/request-promise) to replicate retry mechanism, i.e, it will try to reprocess the request till a valid response is obtained, or the number of retrys is exhausted. Supports all options from request-promise. +Simple wrapper on top of [request-promise](https://github.com/request/request-promise) to replicate retry mechanism, i.e, it will try to reprocess the request with no pause till a valid response is obtained, or the number of retrys is exhausted. Supports all options from request-promise. ### Usage - additional parameter `retry` needed in `request-promise` options.