Skip to content

Commit

Permalink
Change hystrix-dashboard README to refer to gretty:appRun instead of …
Browse files Browse the repository at this point in the history
…jetty:jettyRun
  • Loading branch information
mattrjacobs committed Dec 14, 2016
1 parent 9f08d39 commit 8e95bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hystrix-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ View the [Dashboard Wiki](https://github.com/Netflix/Hystrix/wiki/Dashboard) for
```
$ git clone https://github.com/Netflix/Hystrix.git
$ cd Hystrix/hystrix-dashboard
$ ../gradlew jettyRun
> Building > :hystrix-dashboard:jettyRun > Running at http://localhost:7979/hystrix-dashboard
$ ../gradlew appRun
> Building > :hystrix-dashboard:appRun > Running at http://localhost:7979/hystrix-dashboard
```

Once running, open <a href="http://localhost:7979/hystrix-dashboard">http://localhost:7979/hystrix-dashboard</a>.
Expand Down

0 comments on commit 8e95bc6

Please sign in to comment.