From ccd4b84320155a94506e396096589bcdc7a4c5a7 Mon Sep 17 00:00:00 2001
From: Luke Beno <lgbeno@tundra-labs.com>
Date: Thu, 23 Mar 2023 12:16:30 -0500
Subject: [PATCH] fix formatting issue

---
 README.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/README.md b/README.md
index f3c5773..7cdc4c4 100644
--- a/README.md
+++ b/README.md
@@ -77,9 +77,7 @@ To use the WCH-Link in WSL, it is required to "attach" the USB hardware on the W
 1. On windows side, install the following MSI https://github.com/dorssel/usbipd-win/releases
 2. Install the WSL side client:
     * For Debian: 
-```
-        sudo apt-get install usbip hwdata usbutils
-```
+        `sudo apt-get install usbip hwdata usbutils`
     * For Ubuntu (not tested):
 ```
         sudo apt install linux-tools-5.4.0-77-generic linux-tools-virtual hwdata usbutils
-- 
GitLab