Fix README mistake

This commit is contained in:
Justin Mayhew 2016-02-17 21:45:37 -04:00
parent 27f912f5b2
commit 701989d26e

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
}
```