From 42602e34c8f1e51011924aeca958bc23b3012e52 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Thu, 13 Jun 2019 17:47:27 -0600 Subject: [PATCH] update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 305bb29..fdcf29e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # [batchasync.js](https://git.coolaj86.com/coolaj86/batchasync.js) -Like forEachAsync, or Promise.all(), but handling a bounded number of items at any given time. +Like calling `map()` and resolving with `Promise.all()`, +but handling a bounded number of items at any given time. ## Install