diff --git a/README.md b/README.md index 37c860c..38185d5 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ func main() { http.Handle(h.RootPath(), h) // Go to http://localhost:8080/monitoring to see asynqmon homepage. - log.Fatal(http.ListenAndServe(":8000", nil)) + log.Fatal(http.ListenAndServe(":8080", nil)) } ```