Skip to content

Commit

Permalink
Update badges in README.md to SVG.
Browse files Browse the repository at this point in the history
Also add a license badge while here.
  • Loading branch information
davecgh committed Dec 23, 2014
1 parent 90e8b84 commit a680fb6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions 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.
Expand All @@ -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
Expand Down

0 comments on commit a680fb6

Please sign in to comment.