From 8b304f984eac7e6a5a3f3dcbc133b213f185fcc2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 22 Jan 2014 12:45:44 -0700 Subject: [PATCH] remove note about 'beta' version, link to someAsync --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c08d55b..e5c8035 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,16 @@ 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`. 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 === @@ -131,4 +131,4 @@ Internal API 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.