From ea10b75db98c8b4fc312953124c1d946781332f7 Mon Sep 17 00:00:00 2001 From: Ritchie Borja Date: Mon, 25 Dec 2017 12:25:48 -0500 Subject: [PATCH] Improved alignment of badges --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c9d890b..b74b3af 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ # Minesweeper API [![GoDoc](https://godoc.org/github.com/rrborja/minesweeper-go?status.svg)](https://godoc.org/github.com/rrborja/minesweeper-go) -[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) - +[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) [![Build Status](https://travis-ci.org/rrborja/minesweeper-go.svg?branch=master)](https://travis-ci.org/rrborja/minesweeper-go) [![Coverage Status](https://coveralls.io/repos/github/rrborja/minesweeper-go/badge.svg?branch=master)](https://coveralls.io/github/rrborja/minesweeper-go?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/rrborja/minesweeper-go)](https://goreportcard.com/report/github.com/rrborja/minesweeper-go)