summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Early <alexander.early@gmail.com>2015-05-19 15:21:24 -0700
committerAlexander Early <alexander.early@gmail.com>2015-05-19 15:21:24 -0700
commit5676484c9e6d272d625b537078e5c5376579201c (patch)
tree85caaf6a305b642f9aad91d20467baa0cd440721
parentfadd2078daf1757cb65466a787926501093d74d7 (diff)
parent0789c3185a0d67dca06176d2b4e4aac9373cac12 (diff)
downloadasync-5676484c9e6d272d625b537078e5c5376579201c.tar.gz
Merge pull request #690 from bostko/patch-1
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a2d507c..1ce8c71 100644
--- a/README.md
+++ b/README.md
@@ -1574,7 +1574,8 @@ you would use with [`map`](#map).
__Arguments__
* `n` - The number of times to run the function.
-* `callback` - The function to call `n` times.
+* `iterator` - The function to call `n` times.
+* `callback` - see [`map`](#map)
__Example__