From 5fbac144d7d4bab16527012c019a1388d6428a9e Mon Sep 17 00:00:00 2001 From: Khashayar Date: Sun, 15 Mar 2026 17:04:39 -0400 Subject: [PATCH] Fix GitHub URL format in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Typo in the URL—probably was supposed to be the SSH format. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cfd24e..55e3c31 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ section "Prerequisites" below) and then clone this repository (including sub-modules) and simply run `make` in the project's root directory: ```con -git clone --recursive https://github.com:brummer10/StompTuner +git clone --recursive https://github.com/brummer10/StompTuner cd StompTuner make ```