remove note about 'beta' version, link to someAsync
This commit is contained in:
parent
01af95b289
commit
8b304f984e
14
README.md
14
README.md
|
@ -1,16 +1,16 @@
|
||||||
forEachAsync
|
forEachAsync
|
||||||
===
|
===
|
||||||
|
|
||||||
As I do every few years, I decided to rewrite FuturesJS.
|
|
||||||
This year's remake is extremely lightweight.
|
|
||||||
|
|
||||||
v3.x - Diet Cola Edition
|
|
||||||
(published on npm as beta, so you must use the @3.x - and don't worry, v2.x is still supported)
|
|
||||||
|
|
||||||
Analogous to `[].forEach`, but handles items asynchronously with a final callback passed to `then`.
|
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.
|
This is the most essential piece of the [`ArrayAsync`](https://github.com/FuturesJS/ArrayAsync) package.
|
||||||
|
|
||||||
|
v3.x - Diet Cola Edition
|
||||||
|
---
|
||||||
|
|
||||||
|
As I do every few years, I decided to rewrite FuturesJS.
|
||||||
|
This year's remake is extremely lightweight.
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
===
|
===
|
||||||
|
|
||||||
|
@ -131,4 +131,4 @@ Internal API
|
||||||
|
|
||||||
This is used internally for the purposes of the `ArrayAsync` library.
|
This is used internally for the purposes of the `ArrayAsync` library.
|
||||||
|
|
||||||
Please don't `break` stuff; use `someAsync` or `everyAsync` instead.
|
Please don't `break` stuff; use [`ArrayAsync`](https://github.com/FuturesJS/ArrayAsync)`.someAsync` or [`ArrayAsync`](https://github.com/FuturesJS/ArrayAsync)`.everyAsync` instead.
|
||||||
|
|
Loading…
Reference in New Issue