Update badges in README.md to SVG.

Also add a license badge while here.
This commit is contained in:
Dave Collins 2014-12-22 23:13:10 -06:00
parent 90e8b84c8b
commit a680fb6f25

View file

@ -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