summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorВальо <yoou@abv.bg>2014-12-30 16:41:16 +0200
committerВальо <yoou@abv.bg>2014-12-30 16:41:16 +0200
commit0789c3185a0d67dca06176d2b4e4aac9373cac12 (patch)
tree3353958d85f1190ad30dc591f85eb6c00091d651 /README.md
parentb0dab0740aff1c7b4ba942f6139fa2286b2dc972 (diff)
downloadasync-0789c3185a0d67dca06176d2b4e4aac9373cac12.tar.gz
Update README.md
Update times signature. Tried to be more exact and not confusing the map's callback with this "callback"
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5123e97..efa80cb 100644
--- a/README.md
+++ b/README.md
@@ -1508,7 +1508,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__