updating README.md

Adding the travis build badge and also changing the godoc reference to the top.
This commit is contained in:
Christopher Herrera 2016-06-20 14:19:23 -04:00 committed by GitHub
parent 1cebe777a7
commit 561e54fa87

View file

@ -1,5 +1,8 @@
The Golang Omdb API 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) 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 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)