Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Mar 23, 2014
1 parent a8086e9 commit 7e1a5cb
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 @@ -4,7 +4,7 @@ When the connection fails with one of `ECONNRESET`, `ENOTFOUND`, `ESOCKETTIMEDOU

# Usage

Request-retry is a drop-in replacement for Request, it just adds two new options `maxAttempts` and `retryDelay`.
Request-retry is a drop-in replacement for [request](https://github.com/mikeal/request) but adds two new options `maxAttempts` and `retryDelay`.

```javascript
var request = require('requestretry');
Expand Down

0 comments on commit 7e1a5cb

Please sign in to comment.