From cf5601c300a38c306928b77900b6a37b64052a55 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Tue, 27 Oct 2015 14:22:44 +0000 Subject: [PATCH] update readme to include godoc and travis links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93e8175c..125b7925 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Go Micro +# Go Micro [![GoDoc](https://godoc.org/github.com/myodc/go-micro?status.svg)](https://godoc.org/github.com/myodc/go-micro) [![Travis CI](https://travis-ci.org/myodc/go-micro.svg?branch=master)](https://travis-ci.org/myodc/go-micro) Go Micro is a microservices library which provides the fundamental building blocks for writing fault tolerant distributed systems at scale. It is part of the [Micro](https://github.com/myodc/micro) toolchain.