diff --git a/docs/modules/ROOT/pages/spring-cloud-netflix.adoc b/docs/modules/ROOT/pages/spring-cloud-netflix.adoc index 33862d9bf..bd087aa8e 100755 --- a/docs/modules/ROOT/pages/spring-cloud-netflix.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-netflix.adoc @@ -272,8 +272,8 @@ In Cloud Foundry, the `vcap.application.instance_id` is populated automatically [[using-the-eurekaclient]] === Using the EurekaClient -Once you have an application that is a discovery client, you can use it to discover service instances from the <>. +Once you have an application that is a discovery client, you can use it to discover service instances from the <> +. One way to do so is to use the native `com.netflix.discovery.EurekaClient` (as opposed to the Spring Cloud `DiscoveryClient`), as shown in the following example: ----