Skip to content

Commit

Permalink
Clean up readme badges, and add Travis and Coveralls badges
Browse files Browse the repository at this point in the history
Per discussion on Gitter and in request#1277 we want to disable Coveralls PR
comments.  Add a Coveralls badge so that we still watch coverage stats.

While we're at it, add a Travis badge, and make all badges the same
style.
  • Loading branch information
nylen committed Jan 7, 2015
1 parent 801947f commit 0d4c332
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
@@ -1,7 +1,9 @@
# Request — Simplified HTTP client
[![NPM](https://nodei.co/npm/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/request/)
[![npm package](https://nodei.co/npm/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/request/)

[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/request/request?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Build status](https://img.shields.io/travis/nylen/chronolog.svg?style=flat)](https://travis-ci.org/nylen/chronolog)
[![Coverage](https://img.shields.io/coveralls/request/request.svg?style=flat)](https://coveralls.io/r/request/request)
[![Gitter](https://img.shields.io/badge/gitter-join_chat-blue.svg?style=flat)](https://gitter.im/request/request?utm_source=badge)

## Super simple to use

Expand Down

0 comments on commit 0d4c332

Please sign in to comment.