Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zoubin committed Oct 13, 2015
1 parent 97f7eed commit 3b7ee51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ Methods:

- [filter](#filter)
- [map](#map)
- [forEach](#forEach)
- [forEach](#foreach)
- [reduce](#reduce)
- [chain](#chain)

Expand Down Expand Up @@ -50,7 +50,7 @@ filter(

`fn` is called with elements in parallel.
If you want to run `fn` in sequence,
use [forEach](#forEach) instead.
use [forEach](#foreach) instead.

Signature: `map(arr, fn, done)`

Expand Down

0 comments on commit 3b7ee51

Please sign in to comment.