From 661b7a9b2e42ba183c42bed794d7ac66dc95e79f Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 14 Sep 2021 11:01:27 +0200
Subject: [PATCH] Update capacity-computing.md

---
 docs.it4i/general/capacity-computing.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md
index 518d4ccf7..4e976ddf9 100644
--- a/docs.it4i/general/capacity-computing.md
+++ b/docs.it4i/general/capacity-computing.md
@@ -188,11 +188,11 @@ To install/compile HyperQueue, follow the steps on the [official webpage][b].
 
 * Start server (e.g. on a login node or in a cluster partition)
 
-  `$ hq server start &`
+    `$ hq server start &`
 
 * Submit a job (command `echo 'Hello world'` in this case)
 
-  `$ hq submit echo 'Hello world'`
+    `$ hq submit echo 'Hello world'`
 
 * Ask for computing resources
 
@@ -208,11 +208,11 @@ 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
 
-- 
GitLab