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.
This commit is contained in:
John Crepezzi 2017-05-03 08:47:08 -04:00
parent d5b353c5d5
commit 05fc41d782

View File

@ -373,7 +373,7 @@ func main() {
``` ```
###Multipart/Urlencoded binding ### Multipart/Urlencoded binding
```go ```go
package main package main
@ -451,7 +451,7 @@ func main() {
} }
``` ```
####Serving static files #### Serving static files
```go ```go
func main() { func main() {
@ -465,7 +465,7 @@ func main() {
} }
``` ```
####HTML rendering #### HTML rendering
Using LoadHTMLTemplates() Using LoadHTMLTemplates()