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

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

diff --git a/README.md b/README.md
index 424ac6c..947f604 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,8 @@ Python code for converting profilometry data from a Veeco Wyko NT9100 into anoth
 - [ ] Run the code. 
 
 ## Example
-<img src="assets/Example_1-raw_data.png" width="200" />
-
+Illustration of the steps the code performs, form left to right: reading, cleaning, filling.
+![Illustration of the three steps, reading, cleaning, filling.](assets/Example.png)
 
 ## Functions
 ### `extract_Wyko_ASCII_data`
-- 
GitLab