diff --git a/kubernetes/helm/README.md b/kubernetes/helm/README.md
index 5cab13c98d0514aa123250386d27629b4fb581a2..e7b2944edde70c6d66c2600ffeb0c50727a8204b 100644
--- a/kubernetes/helm/README.md
+++ b/kubernetes/helm/README.md
@@ -65,20 +65,15 @@ git clone https://labs.etsi.org/rep/osl/code/org.etsi.osl.main.git
 cd kubernetes/helm/openslice/
 ```
 
-### 3. Deploy the Helm Chart
+### 3. Prerequisites before deployment
 
-Before deploying the Helm chart, ensure you have configured the necessary components as detailed in the [Configure Helm Chart Services](#configure-helm-chart-services) section. By default, the `main` branch is selected for deployment.
+Before deploying the Helm chart, ensure you have configured the necessary components as detailed in the following section, i.e. [Configure Helm Chart Services](#configure-helm-chart-services). By default, the `main` branch is selected for deployment.
 
 We recommend:
 
 * main branch for the most stable experience and
 * develop branch for an experience with the latest features (for develop branch installation, it is strongly advisable that you may as well follow the [develop documentation](https://osl.etsi.org/documentation/develop/deployment/))
 
-Deploy OpenSlice with Helm:
-
-```bash
-helm install myopenslice . --namespace openslice --create-namespace
-```
 
 ## Configure Helm Chart Services
 
@@ -268,7 +263,7 @@ sudo cp config.theming.default.json config.theming.json
 
 ### 3. Deploy the Helm Chart
 
-After configuring the services, and editing the docker compose file accordingly, the docker compose instantiation command can be performed.
+After configuring the services, and editing the `values.yaml` file accordingly, the helm install command can be performed.
 
 ```bash
 cd kubernetes/helm/openslice/