From ab0a480310aa02934f92333a7936d08be067d2e4 Mon Sep 17 00:00:00 2001
From: Hilmar Strauch <56518493+HilmarSt@users.noreply.github.com>
Date: Wed, 16 Mar 2022 17:49:15 +0100
Subject: [PATCH] Update README.md
---
apps/bikespeedo/README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/apps/bikespeedo/README.md b/apps/bikespeedo/README.md
index 045dff6a5..b4fe95595 100644
--- a/apps/bikespeedo/README.md
+++ b/apps/bikespeedo/README.md
@@ -1,12 +1,12 @@
-## GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude...
+# GPS speed, GPS heading, Compass heading, GPS altitude and Barometer altitude...
...all taken from internal sources.
-# To speed-up GPS reception it is strongly recommended to upload AGPS data with ["Assisted GPS Update"](https://banglejs.com/apps/?id=assistedgps)
+### To speed-up GPS reception it is strongly recommended to upload AGPS data with ["Assisted GPS Update"](https://banglejs.com/apps/?id=assistedgps)
-# If "CALIB!" is shown on the display or the compass heading differs too much from GPS heading, compass calibration should be done with the ["Navigation Compass" App](https://banglejs.com/apps/?id=magnav)
+### If "CALIB!" is shown on the display or the compass heading differs too much from GPS heading, compass calibration should be done with the ["Navigation Compass" App](https://banglejs.com/apps/?id=magnav)
-**Credits:**
-Bike Speedometer App by github.com/HilmarSt
-Big parts of the software are based on github.com/espruino/BangleApps/tree/master/apps/speedalt
-Compass and Compass Calibration based on github.com/espruino/BangleApps/tree/master/apps/magnav
+**Credits:**
+Bike Speedometer App by *github.com/HilmarSt*
+Big parts of the software are based on *github.com/espruino/BangleApps/tree/master/apps/speedalt*
+Compass and Compass Calibration based on *github.com/espruino/BangleApps/tree/master/apps/magnav*