diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md
index 4e976ddf99ee03a1b7bccdc20b2cf1138babd5fb..c9b73287448a250321b402bba6332eb689f446d4 100644
--- a/docs.it4i/general/capacity-computing.md
+++ b/docs.it4i/general/capacity-computing.md
@@ -208,15 +208,15 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b].
 
     * Start worker on the first node of a PBS job
 
-      `$ qsub <your-params-of-qsub> -- hq worker start`
+       `$ qsub <your-params-of-qsub> -- hq worker start`
 
     * Start worker on all nodes of a PBS job
 
-      ``$ qsub <your-params-of-qsub> -- `which pbsdsh` hq worker start``
+       ``$ qsub <your-params-of-qsub> -- `which pbsdsh` hq worker start``
 
 * Monitor the state of jobs
 
-  `$ hq jobs`
+    `$ hq jobs`
 
 ## Examples