Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Nov 8, 2014
1 parent fb9c2b0 commit 6db9b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ request({

// The above parameters are specific to Request-retry
maxAttempts: 5, // (default) try 5 times
retryDelay: 5000 // (default) wait for 5s before trying again
retryDelay: 5000, // (default) wait for 5s before trying again
retryStrategy: request.RetryStrategies.HTTPOrNetworkError // (default) retry on 5xx or network errors
}, function(err, response, body){
// this callback will only be called when the request succeeded or after maxAttempts or on error
Expand Down

0 comments on commit 6db9b37

Please sign in to comment.