update README

This commit is contained in:
AJ ONeal 2019-06-13 17:47:27 -06:00
parent ecdd869e5b
commit 42602e34c8
1 changed files with 2 additions and 1 deletions

View File

@ -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