Skip to content

Commit

Permalink
README: fix badges
Browse files Browse the repository at this point in the history
  • Loading branch information
kortschak committed Jun 11, 2017
1 parent 687fe0f commit b203993
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
utter
=====

[![Build Status](https://travis-ci.org/kortschak/utter.png?branch=master)]
(https://travis-ci.org/kortschak/utter) [![Coverage Status](https://coveralls.io/repos/kortschak/utter/badge.png?branch=master)](https://coveralls.io/r/kortschak/utter?branch=master)
[![Build Status](https://travis-ci.org/kortschak/utter.svg?branch=master)](https://travis-ci.org/kortschak/utter) [![Coverage Status](https://coveralls.io/repos/kortschak/utter/badge.svg?branch=master)](https://coveralls.io/r/kortschak/utter?branch=master)

utter is a fork of the outstanding [go-spew tool](https://github.com/davecgh/go-spew).
Where go-spew is an aid for debugging, providing annotation of dumped datastructures,
Expand All @@ -17,7 +16,7 @@ be used in open source or commercial projects.

## Documentation

[![GoDoc](https://godoc.org/github.com/kortschak/utter?status.png)]
[![GoDoc](https://godoc.org/github.com/kortschak/utter?status.svg)]
(http://godoc.org/github.com/kortschak/utter)

Full `go doc` style documentation for the project can be viewed online without
Expand Down

0 comments on commit b203993

Please sign in to comment.