diff --git a/doc/deploymentK8s.md b/doc/deploymentK8s.md
index a98560f95e05e5e1213c0b8b0333a33560462f76..85f79965b9b63606904a872fba33163cea5158a6 100644
--- a/doc/deploymentK8s.md
+++ b/doc/deploymentK8s.md
@@ -23,7 +23,7 @@
       * If you need to expose the message bus service (Artemis), which communicates using the TCP protocol, you must use version **>= 1.9.13** of the Nginx Ingress Controller (a prerequisite for [managing multiple kubernetes clusters](#management-of-multiple-kubernetes-clusters)). This version or higher includes the required functionality to handle TCP services. Otherwise, earlier versions may suffice depending on your configuration.
       * To install or upgrade to the required version, run the following command:
 
-      ```bash
+      ``` bash
       helm upgrade nginx-ingress ingress-nginx/ingress-nginx --namespace ingress \
       --set tcp.61616="<openslice-namespace>/<openslice-helm-release-name>-artemis:61616"
       ```