From f1f12a3f2f063cce3f68163321be038854f6931a Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Mon, 22 Dec 2014 22:46:39 -0600 Subject: [PATCH] Update all badges in README.md to SVG. Also, add a license badge. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index daf250a1..e40fce6c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ btcdb ===== -[![Build Status](https://travis-ci.org/conformal/btcdb.svg?branch=master)] -(https://travis-ci.org/conformal/btcdb)[![Coverage Status] +[![Build Status](http://img.shields.io/travis/conformal/btcdb.svg)] +(https://travis-ci.org/conformal/btcdb) [![Coverage Status] (https://img.shields.io/coveralls/conformal/btcdb.svg)] -(https://coveralls.io/r/conformal/btcdb) +(https://coveralls.io/r/conformal/btcdb) [![ISC License] +(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) Package btcdb provides a database interface for the bitcoin block chain and transactions. There is a test suite with a high percentage of code coverage. @@ -14,7 +15,7 @@ real-time report. Package btcdb is licensed under the liberal ISC license. ## Documentation -[![GoDoc](https://godoc.org/github.com/conformal/btcdb?status.png)] +[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)] (http://godoc.org/github.com/conformal/btcdb) Full `go doc` style documentation for the project can be viewed online without