From 3a52e37424cb0335c159174d9aab1cf158dd7d14 Mon Sep 17 00:00:00 2001 From: Richard Eyre Date: Fri, 15 Nov 2013 12:59:10 -0500 Subject: Update README to include links to all API functions. Some of these ones are hard to find at a quick glance. Putting them in the index makes them easier to spot and find. --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index aff0040..951f76e 100644 --- a/README.md +++ b/README.md @@ -104,20 +104,30 @@ So far it's been tested in IE6, IE7, IE8, FF3.6 and Chrome 5. Usage: ### Collections * [each](#each) +* [eachSeries](#eachSeries) +* [eachLimit](#eachLimit) * [map](#map) +* [mapSeries](#mapSeries) +* [mapLimit](#mapLimit) * [filter](#filter) +* [filterSeries](#filterSeries) * [reject](#reject) +* [rejectSeries](#rejectSeries) * [reduce](#reduce) +* [reduceRight](#reduceRight) * [detect](#detect) +* [detectSeries](#detectSeries) * [sortBy](#sortBy) * [some](#some) * [every](#every) * [concat](#concat) +* [concatSeries](#concatSeries) ### Control Flow * [series](#series) * [parallel](#parallel) +* [parallelLimit](#parallellimittasks-limit-callback) * [whilst](#whilst) * [doWhilst](#doWhilst) * [until](#until) @@ -126,6 +136,7 @@ So far it's been tested in IE6, IE7, IE8, FF3.6 and Chrome 5. Usage: * [waterfall](#waterfall) * [compose](#compose) * [applyEach](#applyEach) +* [applyEachSeries](#applyEachSeries) * [queue](#queue) * [cargo](#cargo) * [auto](#auto) -- cgit v1.2.1