diff --git a/README.md b/README.md
index 8e51d82..a42039e 100644
--- a/README.md
+++ b/README.md
@@ -6,17 +6,23 @@ Interactive Python Dash app to visualize, analyze, and explore your jogging or r
+
+
+
+
---
## Features
-- **Info Banner** with total distance, duration, and average pace
-- **Interactive Map View** with route trace and start/stop markers
-- **Elevation Profile** with relative height and gradient fill
-- **Speed Over Time** plot with smoothing and average line
+- **Select file** choose a data file to analyse your run
+- **export SVG** creates a SVG image of your course and "Info Banner" stats (like STRAVA)
+- **Info Banner** with total distance, duration, and average pace
+- **Interactive Map View** with route trace and start/stop markers
+- **Elevation Profile** with relative height and gradient fill
+- **Speed Over Time** plot with smoothing and average line
- **Heart Rate Over Time** plot with smoothing and average line (if .fit file)
-- **Deviation from Mean Speed** to see pacing consistency
-- **Pace Bar Chart** showing per-kilometer pace breakdown
+- **Deviation from Mean Speed** to see pacing consistency
+- **Pace Bar Chart** showing per-kilometer pace breakdown
---