From 1cb98afa6867f5f1078d117637ad5a6aa84b4dd0 Mon Sep 17 00:00:00 2001
From: Ravi Tripathi <ravi89@uab.edu>
Date: Tue, 14 Aug 2018 14:26:01 -0500
Subject: [PATCH] Added some markdown changes to README

---
 bash_array_jobs/README.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md
index e109fc0..850a35f 100644
--- a/bash_array_jobs/README.md
+++ b/bash_array_jobs/README.md
@@ -1,6 +1,6 @@
 # Content #
 
-* *prep_env*:  
+* **prep_env**:  
 An executable to create test environment to run the job scripts on.
 
 	Usage: ./prep_env {seq,rand.diff}
@@ -10,17 +10,17 @@ An executable to create test environment to run the job scripts on.
 	diff: Create a test_dir with random sub-directory names, and a file 'test' in each directory.
 
 
-* *clean_env*:  
+* **clean_env**:  
 An executable to remove all the files/directories from your current directory, except the ones originally present.
 
 	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*:  
-This is a SLURM Array batch script, which works when the names of input files are in sequential form.  
+* **array_seq.job**:  
+This is a [SLURM](https://docs.uabgrid.uab.edu/wiki/Slurm) Array batch script, which works when the names of input files are in sequential form.  
 
-* *array_rand.job*:  
-This is a SLURM Array batch script, which works when the names of input files are in random form.
+* **array_rand.job**:  
+This is a [SLURM](https://docs.uabgrid.uab.edu/wiki/Slurm) Array batch script, which works when the names of input files are in random form.
-- 
GitLab