diff --git a/README.md b/README.md index 7346e71..013c7db 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ Gearman-Go ========== -[![Build Status](https://travis-ci.org/mikespook/gearman-go.png?branch=master)](https://travis-ci.org/mikespook/gearman-go) - This module is a [Gearman](http://gearman.org/) API for the [Go Programming Language](http://golang.org). The protocols were written in pure Go. It contains two sub-packages: @@ -16,6 +14,9 @@ service easily. "github.com/mikespook/gearman-go/worker" +[![Build Status](https://travis-ci.org/mikespook/gearman-go.png?branch=master)](https://travis-ci.org/mikespook/gearman-go) +[![GoDoc](https://godoc.org/github.com/mikespook/gearman-go?status.png)](https://godoc.org/github.com/mikespook/gearman-go) + Install =======