From cca29e863b6f038846976cae836474f4ec56a811 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 21 Sep 2023 10:45:14 +0200
Subject: [PATCH] header fix

---
 docs.it4i/job-features.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/job-features.md b/docs.it4i/job-features.md
index 6a57b7af1..4bf46fe99 100644
--- a/docs.it4i/job-features.md
+++ b/docs.it4i/job-features.md
@@ -1,6 +1,6 @@
-/ Job Features
+# Job Features
 
-Special features installed/configured on the fly on allocated nodes, features are requested in Slurm job usin specially formatted comment.
+Special features installed/configured on the fly on allocated nodes, features are requested in Slurm job using specially formatted comments.
 
 ```console
 $ salloc... --comment "use:feature=req"
@@ -18,7 +18,7 @@ or for multiple features
 $ salloc ... --comment "use:feature1=req1 use:feature2=req2 ..."
 ```
 
-where feature is feature name and req is requested value (true, version string, etc.)
+where `feature` is a feature name and `req` is a requested value (`true`, `version string`, etc.)
 
 ## Xorg
 
-- 
GitLab