A command should be all on one line (#1144)

Kafka README: A command should be all on one line
This commit is contained in:
Asko Kauppi
2017-05-24 18:31:54 +02:00
committed by Reinhard Nägele
parent 66135f0ed4
commit f034bd6e35
+1 -2
View File
@@ -35,8 +35,7 @@ To install the chart with the release name `my-release` in the default
namespace:
```
helm repo add incubator
http://storage.googleapis.com/kubernetes-charts-incubator
helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
helm install --name my-kafka incubator/kafka
```