From ec25728542a6fa6ca31d280c2b1afc1705e43fb2 Mon Sep 17 00:00:00 2001
From: Plougonven Erwan <eplougonven@uliege.be>
Date: Wed, 22 May 2024 13:08:33 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index a0a6e0b..fa8c3d2 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,19 @@
 
 ## Description
 
-Python code for reading profilometry data from a Veeco Wyko NT9100,  preprocessing it, and saving it into another format for further processing. In the Veeco software, the file should be saved in ASC format.
+Python code for reading profilometry data from a Veeco Wyko NT9100,  preprocessing it, and saving it into another format for further processing. 
 
-![Options for the ASC format in the Veeko software.](assets/Veeko_ASC_save_opts.png)
+<div style="text-align: center;">
+![A picture of the profilometer.](assets/Veeco_Wyko_NT9100_photo.png)
+*A picture of the Veeko profilometer.*
+</div>
+
+In the Veeco software, the file should be saved in ASC format.
+
+<div style="text-align: center;">
+![ASC options.](assets/Veeko_ASC_save_opts.png)
+*Options for the ASC format in the Veeko software.*
+</div>
 
 ### Notes 
 
-- 
GitLab