Update badges in README.md to SVG.
Also, while here: - Add a license badge - Add godoc badge alongside other badges at the very top - Add link to the copyfree website for the license
This commit is contained in:
parent
8aeb47a9ec
commit
eec25ffc18
16
README.md
16
README.md
|
@ -1,10 +1,14 @@
|
||||||
go-spew
|
go-spew
|
||||||
=======
|
=======
|
||||||
|
|
||||||
[![Build Status](https://travis-ci.org/davecgh/go-spew.png?branch=master)]
|
[![Build Status](https://img.shields.io/travis/davecgh/go-spew.svg)]
|
||||||
(https://travis-ci.org/davecgh/go-spew) [![Coverage Status]
|
(https://travis-ci.org/davecgh/go-spew) [![ISC License]
|
||||||
(https://coveralls.io/repos/davecgh/go-spew/badge.png?branch=master)]
|
(http://img.shields.io/badge/license-ISC-blue.svg)](http://copyfree.org) [![Coverage Status]
|
||||||
(https://coveralls.io/r/davecgh/go-spew?branch=master)
|
(https://img.shields.io/coveralls/davecgh/go-spew.svg)]
|
||||||
|
(https://coveralls.io/r/davecgh/go-spew?branch=master) [![GoDoc]
|
||||||
|
(https://img.shields.io/badge/godoc-reference-blue.svg)]
|
||||||
|
(http://godoc.org/github.com/davecgh/go-spew/spew)
|
||||||
|
|
||||||
|
|
||||||
Go-spew implements a deep pretty printer for Go data structures to aid in
|
Go-spew implements a deep pretty printer for Go data structures to aid in
|
||||||
debugging. A comprehensive suite of tests with 100% test coverage is provided
|
debugging. A comprehensive suite of tests with 100% test coverage is provided
|
||||||
|
@ -19,7 +23,7 @@ post about it
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
[![GoDoc](https://godoc.org/github.com/davecgh/go-spew/spew?status.png)]
|
[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)]
|
||||||
(http://godoc.org/github.com/davecgh/go-spew/spew)
|
(http://godoc.org/github.com/davecgh/go-spew/spew)
|
||||||
|
|
||||||
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
|
||||||
|
@ -200,4 +204,4 @@ using the unsafe package.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Go-spew is licensed under the liberal ISC License.
|
Go-spew is licensed under the [copyfree](http://copyfree.org) ISC License.
|
||||||
|
|
Loading…
Reference in New Issue