From a680fb6f25b9c50134b8cb828ea1a56c13108d40 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 22 Dec 2014 23:13:10 -0600 Subject: [PATCH] Update badges in README.md to SVG. Also add a license badge while here. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 717519c5..6ab976d7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ btcwire ======= -[![Build Status](https://travis-ci.org/conformal/btcwire.png?branch=master)] +[![Build Status](http://img.shields.io/travis/conformal/btcwire.svg)] (https://travis-ci.org/conformal/btcwire) [![Coverage Status] -(https://coveralls.io/repos/conformal/btcwire/badge.png?branch=master)] -(https://coveralls.io/r/conformal/btcwire?branch=master) +(https://img.shields.io/coveralls/conformal/btcwire.svg)] +(https://coveralls.io/r/conformal/btcwire?branch=master) [![ISC License] +(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) Package btcwire implements the bitcoin wire protocol. A comprehensive suite of tests with 100% test coverage is provided to ensure proper functionality. @@ -21,7 +22,7 @@ interface with bitcoin peers at the wire protocol level. ## Documentation -[![GoDoc](https://godoc.org/github.com/conformal/btcwire?status.png)] +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] (http://godoc.org/github.com/conformal/btcwire) Full `go doc` style documentation for the project can be viewed online without