From 98450f63f62e177eb75d29ea6568911151301f61 Mon Sep 17 00:00:00 2001 From: Xing Xing Date: Thu, 26 Dec 2013 16:02:30 +0800 Subject: [PATCH] added the godoc badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 =======