Update badges in README.md to SVG.
Also add a license badge while here.
This commit is contained in:
parent
90e8b84c8b
commit
a680fb6f25
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
btcwire
|
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://travis-ci.org/conformal/btcwire) [![Coverage Status]
|
||||||
(https://coveralls.io/repos/conformal/btcwire/badge.png?branch=master)]
|
(https://img.shields.io/coveralls/conformal/btcwire.svg)]
|
||||||
(https://coveralls.io/r/conformal/btcwire?branch=master)
|
(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
|
Package btcwire implements the bitcoin wire protocol. A comprehensive suite of
|
||||||
tests with 100% test coverage is provided to ensure proper functionality.
|
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
|
## 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)
|
(http://godoc.org/github.com/conformal/btcwire)
|
||||||
|
|
||||||
Full `go doc` style documentation for the project can be viewed online without
|
Full `go doc` style documentation for the project can be viewed online without
|
||||||
|
|
Loading…
Reference in a new issue