Skip to content

Commit 3a52e37

Browse files
committed
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.
1 parent e345e1e commit 3a52e37

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -104,20 +104,30 @@ So far it's been tested in IE6, IE7, IE8, FF3.6 and Chrome 5. Usage:
104104
### Collections
105105

106106
* [each](#each)
107+
* [eachSeries](#eachSeries)
108+
* [eachLimit](#eachLimit)
107109
* [map](#map)
110+
* [mapSeries](#mapSeries)
111+
* [mapLimit](#mapLimit)
108112
* [filter](#filter)
113+
* [filterSeries](#filterSeries)
109114
* [reject](#reject)
115+
* [rejectSeries](#rejectSeries)
110116
* [reduce](#reduce)
117+
* [reduceRight](#reduceRight)
111118
* [detect](#detect)
119+
* [detectSeries](#detectSeries)
112120
* [sortBy](#sortBy)
113121
* [some](#some)
114122
* [every](#every)
115123
* [concat](#concat)
124+
* [concatSeries](#concatSeries)
116125

117126
### Control Flow
118127

119128
* [series](#series)
120129
* [parallel](#parallel)
130+
* [parallelLimit](#parallellimittasks-limit-callback)
121131
* [whilst](#whilst)
122132
* [doWhilst](#doWhilst)
123133
* [until](#until)
@@ -126,6 +136,7 @@ So far it's been tested in IE6, IE7, IE8, FF3.6 and Chrome 5. Usage:
126136
* [waterfall](#waterfall)
127137
* [compose](#compose)
128138
* [applyEach](#applyEach)
139+
* [applyEachSeries](#applyEachSeries)
129140
* [queue](#queue)
130141
* [cargo](#cargo)
131142
* [auto](#auto)

0 commit comments

Comments
 (0)