From 3f1b6014db7ff8b8c2d8cc955aeb02146ce903a2 Mon Sep 17 00:00:00 2001 From: jessebot Date: Wed, 27 Mar 2024 10:04:05 +0100 Subject: [PATCH] update readme to reflect small-hack ownership --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2977b09..6ae8d21 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # coturn Helm Chart - + An unofficial [coturn](https://github.com/coturn/coturn) helm chart using the official [coturn docker image](https://hub.docker.com/r/coturn/coturn). @@ -22,7 +22,7 @@ An unofficial [coturn](https://github.com/coturn/coturn) helm chart using the of Note that you still need to fill out the [`charts/coturn/values.yaml`](./charts/coturn/values.yaml) (Autogenerated Docs can be found in [`charts/coturn/README.md`](./charts/coturn/README.md)). ```console -helm repo add coturn https://jessebot.github.io/coturn-chart/ +helm repo add coturn https://small-hack.github.io/coturn-chart/ helm install coturn coturn/coturn --values values.yaml ```