From 39b8af0c81031dbc62b4683bac0c112efb1666f2 Mon Sep 17 00:00:00 2001 From: Matt Halder Date: Tue, 19 Jul 2022 13:52:06 -0600 Subject: [PATCH] updated word soup to be less wordie --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ab66fb6e4..22d115765e 100644 --- a/README.md +++ b/README.md @@ -138,8 +138,8 @@ Where the `result` value matches the .env `CHAIN_ID` configuration value or the ### Helm Chart -This repos `helm-chart` directory that contains the configurations to deploy Hedera's json-rpc relay to a K8s cluster. These same configurations are also available via helm repo. -To install the helm chart first install the helm repo: +This repos `helm-chart` directory contains the templates and values to deploy Hedera's json-rpc relay to a K8s cluster. This directory is packaged and distributed via helm repo. +To get started, first install the helm repo: ``` helm repo add hedera-json-rpc-relay https://hashgraph.github.io/hedera-json-rpc-relay/charts helm repo update