summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Houchins <jesse.houchins@tstmedia.com>2014-03-31 09:02:37 -0500
committerJesse Houchins <jesse.houchins@tstmedia.com>2014-03-31 09:03:10 -0500
commit669dd6cfe96dc0ec6f62590716c390603a9b2e22 (patch)
tree6b4d340be9a4222853738812571541aeb0b8874e
parent78c08e8cd2f47f29c3d3c233d195b1e6dddbeaf1 (diff)
downloadasync-669dd6cfe96dc0ec6f62590716c390603a9b2e22.tar.gz
docs for retry task argument
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1a85777..375229c 100644
--- a/README.md
+++ b/README.md
@@ -1341,6 +1341,7 @@ result (if any) of the final attempt.
__Arguments__
+* `times` - An integer indicating how many times to attempt the `task` before giving up.
* `task(callback, results)` - A function which receives two arguments: (1) a `callback(err, result)`
which must be called when finished, passing `err` (which can be `null`) and the `result` of
the function's execution, and (2) a `results` object, containing the results of