From 28f33fd8b5fc305a82c31e6b3f2058a8a84a9747 Mon Sep 17 00:00:00 2001
From: mattbk <mattbk@users.noreply.github.com>
Date: Wed, 7 Dec 2022 09:02:35 -0600
Subject: [PATCH] Add missing code backtick

This was causing the code blocks and explanatory text to be the reverse of what was intended.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c2f3261..9bbd847 100644
--- a/README.md
+++ b/README.md
@@ -77,7 +77,7 @@ cd trackdirect
 Before installing all python requirements it is likly that you need to upgrade pyOpenSSL.
 ```
 sudo python -m easy_install --upgrade pyOpenSSL
-``
+```
 
 Install needed python libs
 ```
-- 
GitLab