diff --git a/scripts/README.md b/scripts/README.md
index 3c9d79febb152c4ca4b48d9954de11dcdf2daa90..5c9bd5e2307709ee15038e3f860eebe32aeaa9ba 100644
--- a/scripts/README.md
+++ b/scripts/README.md
@@ -14,13 +14,13 @@ Set savepath to the directory you want the sorted data archieve (with training,
 - trainingScript.py: Used to define the model and use it to train on the subdirectories that was previously created
 <br> ![test](scripts/scripts/training.PNG)<br />
 Assign all the subdirectories 
-![test](scripts/scripts/training2.PNG)<br />
+<br>![test](scripts/scripts/training2.PNG)<br />
 This is the location where the model will be saved
-![test](scripts/scripts/training3.PNG)<br />
+<br>![test](scripts/scripts/training3.PNG)<br />
 This is the location where the training history will be saved
 
 - historyEvaluator.ipynb: Used to see the training loss and other metrics of training done of script
-![test](scripts/scripts/results.PNG)<br />
+<br>![test](scripts/scripts/results.PNG)<br />
 Assign this to where the training history was saved (above)
 
 - testing.ipynb: Used to test new model on training subset
\ No newline at end of file