From 5685e83e428e299ce412bed16d299c3893d11483 Mon Sep 17 00:00:00 2001 From: JGH Date: Tue, 3 Feb 2026 21:31:11 +0000 Subject: [PATCH] Fix directory name in README instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b77a666..8df38b2 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ If an application does not exist on the system, the installer will warn the user ```bash git clone https://github.com/JGH0/MyI3Config.git -cd MyI3Repo +cd MyI3Config ``` ---