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.