diff --git a/Modules/Comsol/README b/Modules/Comsol/README
index 80bff7f..3ab88f7 100644
--- a/Modules/Comsol/README
+++ b/Modules/Comsol/README
@@ -1,16 +1,19 @@
+# Single node example
 
-comsol_run_script.sh runs the Distributed Memory Parallel version of Comsol on Deneb with 2 node and 32 cores
+Submit the job with the command:
+
+`sbatch comsol.run`
 
-To use more than 1 node like in the example, put the following lines in .bashrc located in your home folder
 
-module purge
+# Multiple node example
 
-module load comsol
+`comsol_run_script.sh` runs the Distributed Memory Parallel version of Comsol on 2 nodes using 32 cores.
 
 Submit the job with the command:
 
-sbatch comsol_run_script.sh
+`sbatch comsol_run_script.sh`
+
 
-Note:
+# General note
 
 The input .mph file needs to be prepared by interactively running COMSOL and setting up the study without click "compute". After setting up your model but before submitting it to the batch go to the study case and click ""show default solver" and "Get Initial Value". By default this will create the default plots as well - just empty in the section of results. Then, save the .mph file, and submit the simulation in the batch mode at the cluster. After the job finished, open the saved output .mph file in COMSOL to see the results.