From 4c485daa70aa69ea1fb0e17e990e02fcb71dfd7a Mon Sep 17 00:00:00 2001 From: Craig Childs Date: Sun, 26 Mar 2017 22:37:49 +0100 Subject: [PATCH] Fix broken build status & other tags - Fixes the broken README.md heading, caused by no new line after image. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 82ea6a58..5654a6a7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ #Gin Web Framework + [![Build Status](https://travis-ci.org/gin-gonic/gin.svg)](https://travis-ci.org/gin-gonic/gin) [![codecov](https://codecov.io/gh/gin-gonic/gin/branch/master/graph/badge.svg)](https://codecov.io/gh/gin-gonic/gin) [![Go Report Card](https://goreportcard.com/badge/github.com/gin-gonic/gin)](https://goreportcard.com/report/github.com/gin-gonic/gin)