Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor authored Jun 6, 2017
1 parent d65afdd commit 64bd0c1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# request-replay

[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url]

[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency status][david-dm-image]][david-dm-url] [![Dev Dependency status][david-dm-dev-image]][david-dm-dev-url] [![Greenkeeper badge][greenkeeper-image]][greenkeeper-url]
[npm-url]:https://npmjs.org/package/request-replay
[downloads-image]:http://img.shields.io/npm/dm/request-replay.svg
[npm-image]:http://img.shields.io/npm/v/request-replay.svg
Expand All @@ -11,6 +11,8 @@
[david-dm-image]:https://img.shields.io/david/IndigoUnited/node-request-replay.svg
[david-dm-dev-url]:https://david-dm.org/IndigoUnited/node-request-replay?type=dev
[david-dm-dev-image]:https://img.shields.io/david/dev/IndigoUnited/node-request-replay.svg
[greenkeeper-image]:https://badges.greenkeeper.io/IndigoUnited/node-request-replay.svg
[greenkeeper-url]:https://greenkeeper.io/

Replays a [request](https://github.com/mikeal/request) when a network error occurs using the [retry](https://github.com/felixge/node-retry) module.

Expand Down

0 comments on commit 64bd0c1

Please sign in to comment.