Update all badges in README.md to SVG.
Also, add a license badge.
This commit is contained in:
parent
e49bf14993
commit
f1f12a3f2f
1 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,11 @@
|
||||||
btcdb
|
btcdb
|
||||||
=====
|
=====
|
||||||
|
|
||||||
[]
|
[]
|
||||||
(https://travis-ci.org/conformal/btcdb) [![Coverage Status]
|
(https://travis-ci.org/conformal/btcdb) [![Coverage Status]
|
||||||
(https://img.shields.io/coveralls/conformal/btcdb.svg)]
|
(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
|
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.
|
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
|
## Documentation
|
||||||
|
|
||||||
[]
|
[]
|
||||||
(http://godoc.org/github.com/conformal/btcdb)
|
(http://godoc.org/github.com/conformal/btcdb)
|
||||||
|
|
||||||
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…
Add table
Reference in a new issue