diff --git a/EPCsAndCarbon/makeFile.R b/EPCsAndCarbon/makeFile.R
index eb0c68e02a3c11c4c5a235aca6b1b04d130eed2c..f7c4df618588223811e57837427edbbc992048cf 100644
--- a/EPCsAndCarbon/makeFile.R
+++ b/EPCsAndCarbon/makeFile.R
@@ -16,17 +16,17 @@ makeReport <- function(f){
   # )
 }
 
-# >> run report ----
+# >> run EPC data check & save data ----
 rmdFile <- "epcChecks" # not the full path
 title = "Checking EPC datasets for Southampton"
 subtitle = "Data cleaning, outlier checks and coverage analysis"
 authors = "Ben Anderson"
-
 makeReport(rmdFile)
 
+# >> run the report ----
 rmdFile <- "carbonCosts" # not the full path
 title = "Exploring #backOfaFagPacket scenarios for a residential dwellings Carbon Tax"
 subtitle = "Southampton as a case study"
 authors = "Ben Anderson"
 
-makeReport(rmdFile)
\ No newline at end of file
+makeReport(rmdFile)