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 `<summary>` 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.
This commit is contained in:
James Ide 2023-08-31 13:21:03 -07:00 committed by Konrad Beckmann
parent 2edf360b9e
commit 3a7826c52b
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ You can use a Flipper Zero and its DAP Link app. As of firmware version 0.89 and
<details>
<summary>How to install the DAP Link app</summary>
[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".
</details>