Skip to content

Commit

Permalink
docs: add license and godoc badges
Browse files Browse the repository at this point in the history
  • Loading branch information
a8m committed Sep 6, 2016
1 parent 65263cb commit 12f7bcc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Expect.go [![Build status][travis-image]][travis-url]
# Expect.go [![Build status][travis-image]][travis-url] [![License][license-image]][license-url] [![GoDoc][godoc-img]][godoc-url]
> Minimalistic BDD-style assertions for Go (inspired by expect.js)
```go
Expand Down Expand Up @@ -78,3 +78,7 @@ MIT

[travis-image]: https://img.shields.io/travis/a8m/expect.svg?style=flat-square
[travis-url]: https://travis-ci.org/a8m/expect
[license-url]: LICENSE
[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
[godoc-url]: https://godoc.org/github.com/a8m/expect
[godoc-img]: https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square

0 comments on commit 12f7bcc

Please sign in to comment.