Skip to content

Commit

Permalink
readme: move greenkeeper badge
Browse files Browse the repository at this point in the history
  • Loading branch information
magicdawn committed Apr 23, 2017
1 parent feb7b71 commit b9bb78c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
@@ -1,14 +1,13 @@
# superagent-charset

[![Greenkeeper badge](https://badges.greenkeeper.io/magicdawn/superagent-charset.svg)](https://greenkeeper.io/)
> add charset support for node's superagent

[![Build Status](https://img.shields.io/travis/magicdawn/superagent-charset.svg?style=flat-square)](https://travis-ci.org/magicdawn/superagent-charset)
[![Coverage Status](https://img.shields.io/coveralls/magicdawn/superagent-charset.svg?style=flat-square)](https://coveralls.io/github/magicdawn/superagent-charset?branch=master)
[![npm version](https://img.shields.io/npm/v/superagent-charset.svg?style=flat-square)](https://www.npmjs.com/package/superagent-charset)
[![npm downloads](https://img.shields.io/npm/dm/superagent-charset.svg?style=flat-square)](https://www.npmjs.com/package/superagent-charset)
[![npm license](https://img.shields.io/npm/l/superagent-charset.svg?style=flat-square)](http://magicdawn.mit-license.org)
[![Greenkeeper badge](https://badges.greenkeeper.io/magicdawn/superagent-charset.svg)](https://greenkeeper.io/)


## Install
Expand All @@ -20,7 +19,7 @@ $ npm i superagent-charset --save

### install

```
```js
const charset = require('superagent-charset');
const request = require('superagent');
charset(request);
Expand Down

0 comments on commit b9bb78c

Please sign in to comment.