From 68242fbba779a38c51872a6cefd1083abb6682aa Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 22 Dec 2014 22:02:26 -0600 Subject: [PATCH] Update badges in README.md to SVG. Also, while here: - Add a license badge - Add link to the copyfree website for the license for consistency --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1c27f27f..b8a90340 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ btcnet ====== -[![Build Status](https://travis-ci.org/conformal/btcnet.png?branch=master)] +[![Build Status](http://img.shields.io/travis/conformal/btcnet.svg)] (https://travis-ci.org/conformal/btcnet) [![Coverage Status] -(https://coveralls.io/repos/conformal/btcnet/badge.png?branch=master)] -(https://coveralls.io/r/conformal/btcnet?branch=master) +(https://img.shields.io/coveralls/conformal/btcnet.svg)] +(https://coveralls.io/r/conformal/btcnet?branch=master) [![ISC License] +(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) Package btcnet defines the network parameters for the three standard Bitcoin networks and provides the ability for callers to define their own custom @@ -58,7 +59,7 @@ func main() { ## Documentation -[![GoDoc](https://godoc.org/github.com/conformal/btcnet?status.png)] +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] (http://godoc.org/github.com/conformal/btcnet) Full `go doc` style documentation for the project can be viewed online without @@ -97,4 +98,5 @@ signature perform the following: ## License -Package btcnet is licensed under the liberal ISC License. +Package btcnet is licensed under the [copyfree](http://copyfree.org) ISC +License.