From b87f5c78f20f7c0832bec341cfdbbd038e4afdcd Mon Sep 17 00:00:00 2001 From: Paul Tiedtke Date: Mon, 26 Jul 2021 02:10:46 +0200 Subject: [PATCH] fix(docs): wrong install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ad570a..7c465fa 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```bash helm repo add jitsi https://jitsi-contrib.github.io/jitsi-helm/ -helm install jitsi/jitsi-meet +helm install myjitsi jitsi/jitsi-meet ``` ## Introduction