Skip to content

Commit

Permalink
Merge pull request #620 from betahu/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
manucorporat committed May 25, 2016
2 parents 542be2f + bf5b09c commit f931d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ginS/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func main() {
ginS.GET("/", func(c *gin.Context) { c.String("Hello World") })
ginS.GET("/", func(c *gin.Context) { c.String(200, "Hello World") })
ginS.Run()
}
```

0 comments on commit f931d1e

Please sign in to comment.