diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/rome_nodes.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/rome_nodes.md
index dc9a5e9e795614d7d9c7586cd1fd6da00a15307b..a6cdfba8bd47659bc3a14473cad74c10b73089d0 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/rome_nodes.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/rome_nodes.md
@@ -16,9 +16,9 @@ node. SMT is also active, so in total, 256 logical cores are available
 per node.
 
 !!! note
-    Multithreading is disabled per default in a job. To make use of it 
+    Multithreading is disabled per default in a job. To make use of it
     include the Slurm parameter `--hint=multithread` in your job script
-    or command line, or set 
+    or command line, or set
     the environment variable `SLURM_HINT=multithread` before job submission.
 
 Each node brings 512 GB of main memory, so you can request roughly
@@ -40,7 +40,7 @@ certain module is available on rome architecture.
 ## Example, running CP2K on Rome
 
 First, check what CP2K modules are available in general:
-`ml spider CP2K` or `ml avail CP2K`.
+`module load spider CP2K` or `module avail CP2K`.
 
 You will see that there are several different CP2K versions avail, built
 with different toolchains. Now let's assume you have to decided you want
@@ -87,7 +87,7 @@ export MKL_DEBUG_CPU_TYPE=5
 ```
 
 Without it, the MKL does a CPUID check and disables AVX2/FMA on
-non-Intel CPUs, leading to much worse performance. 
+non-Intel CPUs, leading to much worse performance.
 !!! note
     In version 2020, Intel has removed this environment variable and added separate Zen
     codepaths to the library. However, they are still incomplete and do not
@@ -117,4 +117,4 @@ best-performing code in every case on Rome. You might want to try
 We have seen only half the theoretical peak bandwidth via Infiniband
 between two nodes, whereas OpenMPI got close to the peak bandwidth, so
 you might want to avoid using Intel MPI on romeo if your application
-heavily relies on MPI communication until this issue is resolved.
\ No newline at end of file
+heavily relies on MPI communication until this issue is resolved.