Update readme.md

fixed wrong artifact id in the readme file
This commit is contained in:
Claus Ibsen
2016-04-27 10:01:31 +02:00
committed by Ioannis Canellos
parent 7ad992e2a9
commit 38bd24e20f

View File

@@ -25,7 +25,7 @@ The project provides a "starter" module, so you just need to add the following d
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>spring-cloud-start-kubernetes</artifactId>
<artifactId>spring-cloud-starter-kubernetes</artifactId>
<version>x.y.z</version>
</dependency>