← Back to davo.co
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Faulkner <[email protected]>2026-08-06 03:19:19 -0500
committerDavid Faulkner <[email protected]>2026-08-06 03:21:45 -0500
commit37c538d2e17899f7c02cba4347151c83921244a5 (patch)
treeab859e9b9ee9e665ff0ff548d8b097749c4f17a7
parent462fbecd5c60f5473ce808bd2ff46aa27daa1ae9 (diff)
docs(readme): fix raw URL rendering in clone block and add divider spacing
- Remove Markdown link formatting from git clone bash code block - Add blank line padding around horizontal rules to ensure clean rendering
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e7c14dd..3a93e75 100644
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ This utility requires a **Debian-based distribution** (Debian, Ubuntu, Linux Min
Clone the repository directly from the cgit web frontend:
```bash
-git clone [https://git.davo.co/ud.git](https://git.davo.co/ud.git)
+git clone https://git.davo.co/ud.git
```
---