From 365d49b4075710708c9de49e0d8b6274b7e235cc Mon Sep 17 00:00:00 2001 From: Yanis Wang Date: Wed, 14 Oct 2015 08:43:53 +0800 Subject: [PATCH] change badge to shields.io --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index acc636fc6..6bc5e1a7d 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ HTMLHint HTMLHint is a Static Code Analysis Tool for HTML, you can use it with IDE or in build system. -[![Build Status](https://travis-ci.org/yaniswang/HTMLHint.svg)](https://travis-ci.org/yaniswang/HTMLHint) -[![Coverage Status](https://coveralls.io/repos/yaniswang/HTMLHint/badge.svg?branch=master&service=github)](https://coveralls.io/github/yaniswang/HTMLHint?branch=master) +[![Build Status](https://img.shields.io/travis/yaniswang/HTMLHint.svg)](https://travis-ci.org/yaniswang/HTMLHint) +[![Coverage Status](https://img.shields.io/coveralls/yaniswang/HTMLHint.svg)](https://coveralls.io/github/yaniswang/HTMLHint?branch=master) [![NPM version](https://img.shields.io/npm/v/htmlhint.svg?style=flat)](https://www.npmjs.com/package/htmlhint) [![License](https://img.shields.io/npm/l/htmlhint.svg?style=flat)](https://www.npmjs.com/package/htmlhint) [![NPM count](https://img.shields.io/npm/dm/htmlhint.svg?style=flat)](https://www.npmjs.com/package/htmlhint)