Fixing xos-services folder name
Change-Id: I699dbdc826849da161e0e0773786c51d47792a44
diff --git a/profiles/rcord-lite.md b/profiles/rcord-lite.md
index 9aefb51..c3f9156 100644
--- a/profiles/rcord-lite.md
+++ b/profiles/rcord-lite.md
@@ -27,7 +27,7 @@
## Install the RCORD-Lite helm chart
```shell
-helm install -n rcord-lite xos_profiles/rcord-lite
+helm install -n rcord-lite xos-profiles/rcord-lite
```
### How to customize the RCORD-Lite helm chart
@@ -59,6 +59,6 @@
and use it during the installation with:
```shell
-helm install -n rcord-lite xos_profiles/rcord-lite -f my-rcord-lite-values.yaml
+helm install -n rcord-lite xos-profiles/rcord-lite -f my-rcord-lite-values.yaml
```