From e258f0eb1485d9f26c8ae1d99207c9ebd2afac08 Mon Sep 17 00:00:00 2001
From: Ravi Tripathi <ravi89@uab.edu>
Date: Tue, 14 Aug 2018 17:35:38 -0500
Subject: [PATCH] Adding example for each option with prep_env

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

diff --git a/bash_array_jobs/README.md b/bash_array_jobs/README.md
index 9aab42c..37bf559 100644
--- a/bash_array_jobs/README.md
+++ b/bash_array_jobs/README.md
@@ -21,11 +21,11 @@ An executable to create test environment to run the job scripts on, along with j
 	seq: Create a test_dir with sequential file names.    
 		Example:    
 			└── test_dir  
-			    ├── test1  
-			    ├── test2  
-			    ├── test3  
-			    ├── test4  
-			    └── test5     
+				├── test1  
+				├── test2  
+				├── test3  
+				├── test4  
+				└── test5     
 
 	rand: Create a test_dir with random file names.    
 		Example:  
-- 
GitLab