From 05fc41d782741540a89fff7d3a1984c8328e84e6 Mon Sep 17 00:00:00 2001 From: John Crepezzi Date: Wed, 3 May 2017 08:47:08 -0400 Subject: [PATCH] Fix README markdown for h4s In order for these to appear correctly after conversion to HTML there needs to be a space after the #'s. This PR just adds them to the README. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dc9c9e33..8f57e8f5 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ func main() { ``` -###Multipart/Urlencoded binding +### Multipart/Urlencoded binding ```go package main @@ -451,7 +451,7 @@ func main() { } ``` -####Serving static files +#### Serving static files ```go func main() { @@ -465,7 +465,7 @@ func main() { } ``` -####HTML rendering +#### HTML rendering Using LoadHTMLTemplates()