From 3a7826c52ba169ffb3cd298b77239aa2cc82f074 Mon Sep 17 00:00:00 2001 From: James Ide Date: Thu, 31 Aug 2023 13:21:03 -0700 Subject: [PATCH] Fix Markdown link in README The Markdown link was not rendered correctly in the section about installing the DAP Link app on a Flipper Zero. Adding a newline between the `` and the expanded text fixes this. Verified by checking the before and after versions of the formatted README in this PR. GitHub shows a preview of both. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 11179d9..6b27201 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ You can use a Flipper Zero and its DAP Link app. As of firmware version 0.89 and
How to install the DAP Link app + [Pair](https://docs.flipper.net/mobile-app) the companion mobile app with your Flipper Zero. In the mobile app, go to the app directory on the "Hub" tab. Find the "GPIO" category, browse for the "DAP Link" app inside it, and tap "Install".