Browse code

Add GoDoc and Travis build link/images to README

Signed-off-by: Vojtech Vitek (V-Teq) <vvitek@redhat.com>

Vojtech Vitek (V-Teq) authored on 2014/08/19 08:08:47
Showing 1 changed files
... ...
@@ -177,6 +177,9 @@ Under the hood, Docker is built on the following components:
177 177
 Contributing to Docker
178 178
 ======================
179 179
 
180
+[![GoDoc](https://godoc.org/github.com/docker/docker?status.png)](https://godoc.org/github.com/docker/docker)
181
+[![Travis](https://travis-ci.org/docker/docker.svg?branch=master)](https://travis-ci.org/docker/docker)
182
+
180 183
 Want to hack on Docker? Awesome! There are instructions to get you
181 184
 started [here](CONTRIBUTING.md).
182 185