Skip to content

Commit

Permalink
use shields.io badges
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Jan 25, 2015
1 parent 5a4d67a commit 6c55c05
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# takeout

[![NPM version](https://img.shields.io/npm/v/takeout.svg?style=flat)](https://www.npmjs.com/package/takeout)
[![Build Status](https://travis-ci.org/shinnn/takeout.svg?branch=master)](https://travis-ci.org/shinnn/takeout)
[![Build status](https://ci.appveyor.com/api/projects/status/jcn6afxqfy27y69r?svg=true)](https://ci.appveyor.com/project/ShinnosukeWatanabe/takeout)
[![Coverage Status](https://img.shields.io/coveralls/shinnn/takeout.svg?style=flat)](https://coveralls.io/r/shinnn/takeout)
[![Dependency Status](https://david-dm.org/shinnn/takeout.svg)](https://david-dm.org/shinnn/takeout)
[![devDependency Status](https://david-dm.org/shinnn/takeout/dev-status.svg)](https://david-dm.org/shinnn/takeout#info=devDependencies)
[![Dependency Status](https://img.shields.io/david/shinnn/takeout.svg?style=flat&label=deps)](https://david-dm.org/shinnn/takeout)
[![devDependency Status](https://img.shields.io/david/dev/shinnn/takeout.svg?style=flat&label=devDeps)](https://david-dm.org/shinnn/takeout#info=devDependencies)

A [Node] module to get the file contents, seamlessly available for both local file system and HTTP(S)

Expand Down Expand Up @@ -33,8 +34,6 @@ takeout('http://nodejs.org', {encoding: 'utf8'}, function(err, body, res) {

## Installation

[![NPM version](https://img.shields.io/npm/v/takeout.svg?style=flat)](https://www.npmjs.com/package/takeout)

[Use npm](https://docs.npmjs.com/cli/install).

```sh
Expand Down Expand Up @@ -142,7 +141,7 @@ You can do almost the same thing with [`cat`](http://tldp.org/LDP/abs/html/basic
## License
Copyright (c) 2014 [Shinnosuke Watanabe](https://github.com/shinnn)
Copyright (c) [Shinnosuke Watanabe](https://github.com/shinnn)
Licensed under [the MIT License](./LICENSE).
Expand Down

0 comments on commit 6c55c05

Please sign in to comment.