From ec89eb5442d09a5db35f8127c990148f74d06786 Mon Sep 17 00:00:00 2001 From: Stu Charlton Date: Fri, 25 Mar 2016 19:18:49 -0600 Subject: [PATCH] Fix typo The user provided service should be "config-server" in the example. --- docs/lab_configserver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lab_configserver.md b/docs/lab_configserver.md index 0a4396f..4b8b333 100644 --- a/docs/lab_configserver.md +++ b/docs/lab_configserver.md @@ -28,7 +28,7 @@ In order for our microservices to be able to connect to the Registry service, we Name this service **config-server** and specify the URI of your instance of the registry service. For example: - `cf cups config-service -p '{"tag":"config","uri":""}'` + `cf cups config-server -p '{"tag":"config","uri":""}'` The URI of your Config server is the URI where your config server is deployed. This was displayed at the end of `cf push` command when deploying the service.