diff --git a/README.md b/README.md
index 0f3585b5..f9165331 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ This is something that you get for free just by adding the following dependency
org.springframework.cloud
spring-cloud-starter-kubernetes
- ${latest.version>
+ ${latest.version}
```
@@ -434,7 +434,7 @@ The implementation is part of the following starter that you can use by adding i
org.springframework.cloud
spring-cloud-starter-kubernetes-netflix
- ${latest.version>
+ ${latest.version}
```
@@ -450,7 +450,7 @@ dedicated `ConfigMap`) using the following format: `.ribbo
- `` corresponds to the service name you're accessing over Ribbon, as configured using the
`@RibbonClient` annotation (e.g. `name-service` in the example above)
-- `` is one of the Ribbon configuration key defined by
[Ribbon's CommonClientConfigKey class](https://github.com/Netflix/ribbon/blob/master/ribbon-core/src/main/java/com/netflix/client/config/CommonClientConfigKey.java)
Additionally, the `spring-cloud-kubernetes-ribbon` project defines two additional configuration keys to further
@@ -488,7 +488,7 @@ can use by adding this starter to your maven pom file:
org.springframework.cloud
spring-cloud-starter-kubernetes-zipkin
- ${latest.version>
+ ${latest.version}
```