From 1ff9ae0502b13492feec9f306ea5a3786a4583e7 Mon Sep 17 00:00:00 2001
From: Bryan Brancotte <bryan.brancotte@pasteur.fr>
Date: Thu, 13 Jun 2024 15:15:45 +0200
Subject: [PATCH] rename toolkit

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index cc772bf..6d59c45 100644
--- a/README.md
+++ b/README.md
@@ -2,11 +2,11 @@
 
 To build a package locally, and test it with the example project, you can do:
 ```sh
-helm package shiny-server -d ../*shiny-k8s-example-python/chart/charts/
-helm package shiny-server -d ../*shiny-k8s-example-r/chart/charts/
+helm package shiny-k8s-toolkit-helm -d ../*shiny-k8s-example-python/chart/charts/
+helm package shiny-k8s-toolkit-helm -d ../*shiny-k8s-example-r/chart/charts/
 ```
 
 It will store the package in the appropriate folder, and when you will run 
 `./dohelm.sh` the newest version will be used.
 
-Don't forget to increment the version counter in shiny-server/Chart.yaml
+Don't forget to increment the version counter in shiny-k8s-toolkit-helm/Chart.yaml
-- 
GitLab