diff --git a/02-chaos-engineering-experiments-with-chaostoolkit/service-down-not-visible-to-users/setup-services.md b/02-chaos-engineering-experiments-with-chaostoolkit/service-down-not-visible-to-users/setup-services.md index eae34ec..23d7750 100644 --- a/02-chaos-engineering-experiments-with-chaostoolkit/service-down-not-visible-to-users/setup-services.md +++ b/02-chaos-engineering-experiments-with-chaostoolkit/service-down-not-visible-to-users/setup-services.md @@ -35,7 +35,7 @@ Take the address reported back by the previous command and execute a `curl` comm To check that the `consumer` and the `provider` are wired together and talking execute another `curl` command: -`curl /invokeConsumedMicroservice` +`curl /invokeConsumedService` You should see a response similar to: