diff --git a/README.md b/README.md
index f11488322777ddf5091d1cdf34b0443d94540555..676a24573b6fab1f3973b3ec1467589f0ee72f06 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,11 @@ Python code for converting profilometry data from a Veeco Wyko NT9100 into anoth
 - [ ] Edit the input and output file names in the `main()` function.
 - [ ] Run the code. 
 
+## Example
+![The raw data from the ASC file](assets/Example_1-raw_data.png)
+![Once the peaks are removed](assets/Example_2-removed_peaks.png)
+![After the undefined regions are filled](assets/Example_3-filled.png)
+
 ## Functions
 ### `extract_Wyko_ASCII_data`
 ### `removePeaks`