diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
index 00b5ec1399e35148fcf067660b85f010e4877595..eef6e436dd297b3ce7ea796224379555070b9346 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
@@ -200,7 +200,7 @@ Slurm will forward your X11 credentials to the first (or even all) node for a jo
 eight cores can be started with:
 
 ```console
-marie@login$ module load matlab
+marie@login$ module load MATLAB
 marie@login$ srun --ntasks=1 --cpus-per-task=8 --time=1:00:00 --pty --x11=first matlab
 ```