summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Houchins <jesse.houchins@tstmedia.com>2014-03-31 09:06:49 -0500
committerJesse Houchins <jesse.houchins@tstmedia.com>2014-03-31 09:06:49 -0500
commit630a74e1c7777e2a5fc1d10ae1c12ff202ae8153 (patch)
tree87256e06a172942060e247d3378d58366ef0d6ae
parent669dd6cfe96dc0ec6f62590716c390603a9b2e22 (diff)
downloadasync-630a74e1c7777e2a5fc1d10ae1c12ff202ae8153.tar.gz
specify default
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 375229c..c7071c7 100644
--- a/README.md
+++ b/README.md
@@ -1341,7 +1341,7 @@ result (if any) of the final attempt.
__Arguments__
-* `times` - An integer indicating how many times to attempt the `task` before giving up.
+* `times` - An integer indicating how many times to attempt the `task` before giving up. Defaults to 5.
* `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