Merge pull request #537 from mayhewj/develop

Fix README mistake
This commit is contained in:
Javier Provecho Fernandez 2016-02-18 10:38:17 +01:00
commit 2498240ff0
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ func main() {
// By default it serves on :8080 unless a
// PORT environment variable was defined.
router.Run()
// router.Run.Run(":3000") for a hard coded port
// router.Run(":3000") for a hard coded port
}
```