From 561e54fa87cc2baecff3abba834b3dac5b1245c1 Mon Sep 17 00:00:00 2001 From: Christopher Herrera Date: Mon, 20 Jun 2016 14:19:23 -0400 Subject: [PATCH] updating README.md Adding the travis build badge and also changing the godoc reference to the top. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca96eb9..1c899ab 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ The Golang Omdb API ======= +[![Build Status](https://travis-ci.org/eefret/gomdb.svg?branch=master)](https://travis-ci.org/eefret/gomdb) +[![GoDoc](https://godoc.org/github.com/eefret/go-imdb?status.svg)](https://godoc.org/github.com/eefret/go-imdb) + Author: Christopher T. Herrera (eefretsoul AT gmail DOT com) @@ -55,8 +58,3 @@ func main() { See the project documentation to see the Response Objects and stuff - -Project Documentation ---------------------- -The automatically generated documentation can be found in godocs. -[![GoDoc](https://godoc.org/github.com/eefret/go-imdb?status.svg)](https://godoc.org/github.com/eefret/go-imdb)