From 6cffa1ebc4050ee5eda2d6fabe0e64af532081c4 Mon Sep 17 00:00:00 2001
From: Plougonven Erwan <eplougonven@uliege.be>
Date: Thu, 16 May 2024 15:20:02 +0000
Subject: [PATCH] Update README.md

---
 README.md | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 676a245..424ac6c 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,8 @@ Python code for converting profilometry data from a Veeco Wyko NT9100 into anoth
 - [ ] 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)
+<img src="assets/Example_1-raw_data.png" width="200" />
+
 
 ## Functions
 ### `extract_Wyko_ASCII_data`
-- 
GitLab