From 7fa166802a849b541d09c75f1a20d77ef3126d61 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 27 Mar 2018 23:52:12 -0600 Subject: [PATCH] update URLs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eae37ab..becd5c5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ forEachAsync === +| Sponsored by [ppl](https://ppl.family) + Analogous to `[].forEach`, but handles items asynchronously with a final callback passed to `then`. This is the most essential piece of the [`ArrayAsync`](https://github.com/FuturesJS/ArrayAsync) package.