From d38dd7e135c2500b75c8684ccad480418f6f8df9 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 16 Nov 2015 15:12:55 -0600 Subject: [PATCH] Added links to Go Report and Travis CI status --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index dc929b9..0c435e7 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ Discordgo provides a mostly complete low-level Golang interface to the Discord REST and Websocket API. -[![GoDoc](https://godoc.org/github.com/bwmarrin/discordgo?status.svg)](https://godoc.org/github.com/bwmarrin/discordgo) - +[![GoDoc](https://godoc.org/github.com/bwmarrin/discordgo?status.svg)](https://godoc.org/github.com/bwmarrin/discordgo) [![Go report](http://goreportcard.com/badge/bwmarrin/discordgo)](http://goreportcard.com/report/bwmarrin/discordgo) [![Build Status](https://travis-ci.org/bwmarrin/discordgo.svg?branch=master)](https://travis-ci.org/bwmarrin/discordgo) # Usage Example ```go