From eddfb57ae6cb7e36e2a93b7a6660e71264884b13 Mon Sep 17 00:00:00 2001 From: Ryan Baxter Date: Wed, 10 Aug 2016 16:08:45 -0400 Subject: [PATCH] fixed quotes --- hystrix/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hystrix/README.md b/hystrix/README.md index 901eb1d..d706fda 100644 --- a/hystrix/README.md +++ b/hystrix/README.md @@ -23,4 +23,4 @@ while the circuit is open than the circuit will eventually close. ## Using The Hystrix Dashboard You can use the [Hystrix Dashboard](https://github.com/spring-cloud-samples/hystrix-dashboard) sample to visualize the state of the circuit breakers in this application. To do this, follow the instructions in the README for the -Hystrix Dashboard sample to start the dashboard and then point it at 'http://localhost:8080/hystrix.stream'. +Hystrix Dashboard sample to start the dashboard and then point it at `http://localhost:8080/hystrix.stream`.