Skip to content

Commit

Permalink
add travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestalmage committed Jul 2, 2015
1 parent 9719c06 commit 040b984
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
@@ -1,3 +1,8 @@
## Follow Redirects
Drop in replacement for node `http` and `https` modules that automatically follows HTTP redirects.

[![Build Status](https://travis-ci.org/follow-redirects/follow-redirects.svg?branch=master)](https://travis-ci.org/follow-redirects/follow-redirects)

`follow-redirects` extends http and https with the ability to follow
HTTP redirects painlessly. It does not modify the native modules but
instead offers its own http/https modules which inherit from the native
Expand All @@ -14,11 +19,11 @@ by
var http = require('follow-redirects').http;
```

# Install
## Install

npm install follow-redirects

# Usage
## Usage

```javascript

Expand Down

0 comments on commit 040b984

Please sign in to comment.