From b44ba3a77130bb48e443868c19e107a162b42fde Mon Sep 17 00:00:00 2001
From: Albert Mitjans I Coma <amitjans@ethz.ch>
Date: Mon, 6 Sep 2021 13:10:39 +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 bb9adb6..c824a23 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,9 @@
 This project is focused on extracting information from images of an ion trap.
 
 
-- app.py: Starts image analysis in a background thread and creates a web app at port 5000.
+- **app.py**: Starts image analysis in a background thread and creates a web app at port 5000.
 
-- calibrate.py: Run this script to calibrate the distance factor used for dark ions detection. Run preferably when there are no dark ions present.
+- **calibrate.py**: Run this script to calibrate the distance factor used for dark ions detection. Run preferably when there are no dark ions present.
 
 
 To change the region of interest where the image analysis takes place, either:
-- 
GitLab