mirror of
https://github.com/gin-gonic/gin.git
synced 2026-01-11 00:56:57 +08:00
Corrected markdown in README
Corrected some markdown in README
This commit is contained in:
parent
e2212d40c6
commit
f4dab1b7ac
11
README.md
11
README.md
@ -1,7 +1,8 @@
|
||||
|
||||
#Gin Web Framework
|
||||
# Gin Web Framework
|
||||
|
||||

|
||||
|
||||
<img align="right" src="https://raw.githubusercontent.com/gin-gonic/gin/master/logo.jpg">
|
||||
[](https://travis-ci.org/gin-gonic/gin)
|
||||
[](https://codecov.io/gh/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()
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user