From 247ca81f25af62b59ea6614c37c8e0bf580842b5 Mon Sep 17 00:00:00 2001 From: Yoshiyuki Hirano Date: Sun, 26 Mar 2017 12:44:24 +0900 Subject: [PATCH] fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 82ea6a58..955b6be9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ - -#Gin Web Framework +# 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) @@ -712,7 +712,7 @@ An alternative to endless: * [manners](https://github.com/braintree/manners): A polite Go HTTP server that shuts down gracefully. -## Contributing +## Contributing - With issues: - Use the search tool before opening a new issue.