From 2608ccc8f44abf3f453ffc045b042920569b59f8 Mon Sep 17 00:00:00 2001
From: Andreas Herten <a.herten@fz-juelich.de>
Date: Tue, 2 Mar 2021 14:36:56 +0000
Subject: [PATCH] Fix PSSlurm

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5eedbc6..05321e3 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ For JUWELS Booster, the most relevant modules are
 
 ## Batch System
 
-JUWELS Booster uses a special flavor of Slurm as its workload manager (_PS_Slurm). Most of the vanilla Slurm commands are available with some Jülich-specific additions. An overview of Slurm is available in the according documentation which also gives example job scripts and interactive commands: [https://apps.fz-juelich.de/jsc/hps/juwels/batchsystem.html](https://apps.fz-juelich.de/jsc/hps/juwels/batchsystem.html)
+JUWELS Booster uses a special flavor of Slurm as its workload manager (PSSlurm). Most of the vanilla Slurm commands are available with some Jülich-specific additions. An overview of Slurm is available in the according documentation which also gives example job scripts and interactive commands: [https://apps.fz-juelich.de/jsc/hps/juwels/batchsystem.html](https://apps.fz-juelich.de/jsc/hps/juwels/batchsystem.html)
 
 Please account your jobs to the `training2105` project, either by setting the according environment variable with the above `jutil` command, or by manually adding `-A training2105` to your batch jobs.
 
-- 
GitLab