From f4dab1b7ac8d386a286140d60cf783c92119adcd Mon Sep 17 00:00:00 2001 From: Thomas Poindessous Date: Mon, 24 Apr 2017 15:33:15 +0200 Subject: [PATCH] Corrected markdown in README Corrected some markdown in README --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 82ea6a58..e601949f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ -#Gin Web Framework +# Gin Web Framework + +![Logo](https://raw.githubusercontent.com/gin-gonic/gin/master/logo.jpg) - [![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) @@ -372,7 +373,7 @@ func main() { ``` -###Multipart/Urlencoded binding +### Multipart/Urlencoded binding ```go package main @@ -450,7 +451,7 @@ func main() { } ``` -####Serving static files +#### Serving static files ```go func main() { @@ -464,7 +465,7 @@ func main() { } ``` -####HTML rendering +#### HTML rendering Using LoadHTMLTemplates()