From 7642e686c8c1814289fab53657c2784b04889dae Mon Sep 17 00:00:00 2001 From: Pablo Castellano Date: Wed, 7 Aug 2024 19:04:21 +0200 Subject: [PATCH] Use blobscan chart as example --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4a787e8d..78518799 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,16 @@ the latest versions of the packages. You can then run the following command to helm search repo blobscan-helm-charts ``` -To install the ethstats chart: +To install the blobscan chart: ```sh -helm install ethstats blobscan-helm-charts/ethstats +helm install blobscan blobscan-helm-charts/blobscan ``` To uninstall the chart: ```sh -helm delete ethstats +helm delete blobscan ``` ## More infos