Merge pull request #215 from el3ctro-/develop

Fix typo in README.md
This commit is contained in:
Javier Provecho Fernandez 2015-02-10 09:48:01 +01:00
commit 66b6eecec6
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ func main() {
c.String(200, "pong")
})
// Listen and server on 0.0.0.0:8080
// Listen and serve on 0.0.0.0:8080
r.Run(":8080")
}
```