diff --git a/docs.it4i/general/capacity-computing.md b/docs.it4i/general/capacity-computing.md
index 2eb644feb1b59b7a18a9a70d5719d84c90811fd0..744991c0ff4ba9c96cf8e4edc889cefefeab12ba 100644
--- a/docs.it4i/general/capacity-computing.md
+++ b/docs.it4i/general/capacity-computing.md
@@ -241,7 +241,7 @@ In this example, tasks from the tasklist are executed via the GNU parallel. The
 
 ### Submit the Job
 
-To submit the job, use the qsub command. The 101 task job of the [example above][7] may be submitted as follows:
+To submit the job, use the `qsub` command. The 101 task job of the [example above][7] may be submitted as follows:
 
 ```console
 $ qsub -N JOBNAME jobscript
@@ -326,7 +326,7 @@ When deciding these values, keep in mind the following guiding rules:
 
 ### Submit the Job Array (-J)
 
-To submit the job array, use the qsub -J command. The 992 task jobs of the [example above][8] may be submitted like this:
+To submit the job array, use the `qsub -J` command. The 992 task jobs of the [example above][8] may be submitted like this:
 
 ```console
 $ qsub -N JOBNAME -J 1-992:32 jobscript