From ed84c97a177fc790b673a6c6d3823046a3b086ff Mon Sep 17 00:00:00 2001 From: Asim Date: Sat, 14 Feb 2015 17:34:35 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3dd6e8ff..c0831ce7 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ This a minimalistic step into microservices using HTTP/RPC and protobuf. It's th An example server can be found in go-micro/template. +[![GoDoc](http://img.shields.io/badge/go-documentation-brightgreen.svg?style=flat-square)](https://godoc.org/github.com/asim/go-micro) + ## Prerequisites Consul is the default discovery mechanism provided in go-micro. Discovery is however pluggable.