mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-09-01 01:35:15 +00:00
Update badges in README.md to SVG.
Also, while here: - Add a license badge - Add link to the copyfree website for the license for consistency
This commit is contained in:
parent
2f74570188
commit
68242fbba7
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
@ -1,10 +1,11 @@
|
||||||
btcnet
|
btcnet
|
||||||
======
|
======
|
||||||
|
|
||||||
[]
|
[]
|
||||||
(https://travis-ci.org/conformal/btcnet) [![Coverage Status]
|
(https://travis-ci.org/conformal/btcnet) [![Coverage Status]
|
||||||
(https://coveralls.io/repos/conformal/btcnet/badge.png?branch=master)]
|
(https://img.shields.io/coveralls/conformal/btcnet.svg)]
|
||||||
(https://coveralls.io/r/conformal/btcnet?branch=master)
|
(https://coveralls.io/r/conformal/btcnet?branch=master) [![ISC License]
|
||||||
|
(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org)
|
||||||
|
|
||||||
Package btcnet defines the network parameters for the three standard Bitcoin
|
Package btcnet defines the network parameters for the three standard Bitcoin
|
||||||
networks and provides the ability for callers to define their own custom
|
networks and provides the ability for callers to define their own custom
|
||||||
|
@ -58,7 +59,7 @@ func main() {
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[]
|
[]
|
||||||
(http://godoc.org/github.com/conformal/btcnet)
|
(http://godoc.org/github.com/conformal/btcnet)
|
||||||
|
|
||||||
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
|
||||||
|
@ -97,4 +98,5 @@ signature perform the following:
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Package btcnet is licensed under the liberal ISC License.
|
Package btcnet is licensed under the [copyfree](http://copyfree.org) ISC
|
||||||
|
License.
|
||||||
|
|
Loading…
Add table
Reference in a new issue