Skip to content

Commit

Permalink
Minor example text fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EyePulp committed Dec 14, 2015
1 parent d291e9b commit 2edefc4
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 @@ -15,7 +15,7 @@ request({
url: 'https://api.domain.com/v1/a/b'
json:true,

// The above parameters are specific to Request-retry
// The below parameters are specific to request-retry
maxAttempts: 5, // (default) try 5 times
retryDelay: 5000, // (default) wait for 5s before trying again
retryStrategy: request.RetryStrategies.HTTPOrNetworkError // (default) retry on 5xx or network errors
Expand Down

0 comments on commit 2edefc4

Please sign in to comment.