diff --git a/README.md b/README.md
index 1d91a847673f862ade9203a850f31918bd6022e0..d408a04fa07b262b94d0d7efaec9d80906f07496 100644
--- a/README.md
+++ b/README.md
@@ -5,11 +5,13 @@
 Python code for reading profilometry data from a Veeco Wyko NT9100,  preprocessing it, and saving it into another format for further processing. 
 
 ![A picture of the profilometer.](assets/Veeco_Wyko_NT9100_photo.png)
+
 *A picture of the Veeko profilometer.*
 
 In the Veeco software, the file should be saved in ASC format.
 
 ![ASC options.](assets/Veeko_ASC_save_opts.png)
+
 *Options for the ASC format in the Veeko software.*
 
 ### Notes 
@@ -28,6 +30,7 @@ In the Veeco software, the file should be saved in ASC format.
 The following figure shows an example of the process on data from a face of a 2 mm polyhedral particle.
 
 ![Illustration of the processing steps](assets/Example.png)
+
 *Illustration of the steps the code performs, form left to right: reading, cleaning, filling.*
 
 ## Functions
@@ -38,6 +41,7 @@ The data passed between function is stored in a [NumPy array](https://numpy.org/
 Simple usage, the only parameter is the input file name. It outputs the profilometry data, what I call the height field `hfld`, as well as an intensity field `ifld`. 
 
 ![Illustration of an intensity field.](assets/Example_intensity.png)
+
 *The intensity field from the data shown in the example above.*
 
 ### `removePeaks`