From 0d4c332c5d05488f0b69713763413268419ebed3 Mon Sep 17 00:00:00 2001 From: James Nylen Date: Wed, 7 Jan 2015 13:50:12 -0600 Subject: [PATCH] Clean up readme badges, and add Travis and Coveralls badges Per discussion on Gitter and in #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. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0a1a2a91..4c489d57e 100644 --- a/README.md +++ b/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