Skip to content

Commit 414f55a

Browse files
author
skaliappan
committed
fixed typo in maven deps and added missing > in README.
1 parent 4a6bfd3 commit 414f55a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This is something that you get for free just by adding the following dependency
3838
<dependency>
3939
<groupId>org.springframework.cloud</groupId>
4040
<artifactId>spring-cloud-starter-kubernetes</artifactId>
41-
<version>${latest.version></version>
41+
<version>${latest.version}</version>
4242
</dependency>
4343
```
4444

@@ -434,7 +434,7 @@ The implementation is part of the following starter that you can use by adding i
434434
<dependency>
435435
<groupId>org.springframework.cloud</groupId>
436436
<artifactId>spring-cloud-starter-kubernetes-netflix</artifactId>
437-
<version>${latest.version></version>
437+
<version>${latest.version}</version>
438438
</dependency>
439439
```
440440

@@ -450,7 +450,7 @@ dedicated `ConfigMap`) using the following format: `<name of your service>.ribbo
450450

451451
- `<name of your service>` corresponds to the service name you're accessing over Ribbon, as configured using the
452452
`@RibbonClient` annotation (e.g. `name-service` in the example above)
453-
- `<Ribbon configuration key` is one of the Ribbon configuration key defined by
453+
- `<Ribbon configuration key>` is one of the Ribbon configuration key defined by
454454
[Ribbon's CommonClientConfigKey class](https://github.com/Netflix/ribbon/blob/master/ribbon-core/src/main/java/com/netflix/client/config/CommonClientConfigKey.java)
455455

456456
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:
488488
<dependency>
489489
<groupId>org.springframework.cloud</groupId>
490490
<artifactId>spring-cloud-starter-kubernetes-zipkin</artifactId>
491-
<version>${latest.version></version>
491+
<version>${latest.version}</version>
492492
</dependency>
493493
```
494494

0 commit comments

Comments
 (0)