Skip to content

Commit

Permalink
use wider badges to fit Github's new design
Browse files Browse the repository at this point in the history
  • Loading branch information
shinnn committed Nov 16, 2015
1 parent 27dc1e0 commit 46340b8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
[![Bower version](https://img.shields.io/bower/v/filtered-array-to-sentence.svg)](https://github.com/shinnn/filtered-array-to-sentence/releases)
[![Build Status](https://travis-ci.org/shinnn/filtered-array-to-sentence.svg?branch=master)](https://travis-ci.org/shinnn/filtered-array-to-sentence)
[![Coverage Status](https://img.shields.io/coveralls/shinnn/filtered-array-to-sentence.svg)](https://coveralls.io/r/shinnn/filtered-array-to-sentence)
[![Dependency Status](https://img.shields.io/david/shinnn/filtered-array-to-sentence.svg?label=deps)](https://david-dm.org/shinnn/filtered-array-to-sentence)
[![devDependency Status](https://img.shields.io/david/dev/shinnn/filtered-array-to-sentence.svg?label=devDeps)](https://david-dm.org/shinnn/filtered-array-to-sentence#info=devDependencies)

[![Dependency Status](https://david-dm.org/shinnn/filtered-array-to-sentence.svg)](https://david-dm.org/shinnn/filtered-array-to-sentence)
[![devDependency Status](https://david-dm.org/shinnn/filtered-array-to-sentence/dev-status.svg)](https://david-dm.org/shinnn/filtered-array-to-sentence#info=devDependencies)

Filter an array and produce a human-readable result as a string

Expand All @@ -19,15 +18,13 @@ filteredArrayToSentence([null, 'apple', 999, 'orange'], isString);

## Installation

### Package managers

#### [npm](https://www.npmjs.com/)
### [npm](https://www.npmjs.com/)

```
npm install filtered-array-to-sentence
```

#### [bower](http://bower.io/)
### [bower](http://bower.io/)

```
bower install filtered-array-to-sentence
Expand Down

0 comments on commit 46340b8

Please sign in to comment.