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