diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md
index cde7361d9748079acf35f94c4fa989ce4ddb560d..e109fc0ebb125ffe9256a37e47ed668ff04b0efc 100644
--- a/bash_array_jobs/README.md
+++ b/bash_array_jobs/README.md
@@ -16,11 +16,11 @@ An executable to remove all the files/directories from your current directory, e
 	Usage: ./clean_env
 
 
-* *bash_parallel_script*:
+* *bash_parallel_script*:  
 This is a bash script which creates and submits jobs for each file in the test directory.
 
-* *array_seq.job*:
+* *array_seq.job*:  
 This is a SLURM Array batch script, which works when the names of input files are in sequential form.  
 
-* *array_rand.job*:
+* *array_rand.job*:  
 This is a SLURM Array batch script, which works when the names of input files are in random form.