From 75903b9d2dcfc3123ddfca0dba491286965d2d77 Mon Sep 17 00:00:00 2001 From: calgary34 <51468959+calgary34@users.noreply.github.com> Date: Thu, 20 Jan 2022 16:28:18 -0700 Subject: [PATCH] Rename THue to Thue (#1253) * Rename THue.th to Thue.th * Update readme.md --- readme.md | 2 +- t/{THue.th => Thue.th} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename t/{THue.th => Thue.th} (100%) diff --git a/readme.md b/readme.md index acaf761d..9bda381b 100644 --- a/readme.md +++ b/readme.md @@ -787,7 +787,7 @@ Make sure to see [contributing.md](/contributing.md) for instructions on contrib * [Terra](t/Terra.t) * [TeX](t/TeX.tex) * [THP](t/THP.hrp) -* [THue](t/THue.th) +* [Thue](t/Thue.th) * [TI Hexadecimal](t/TI%20Hexadecimal.hex) * [TIBasic](t/TIBasic.ti) * [Tk](t/Tk.tk) diff --git a/t/THue.th b/t/Thue.th similarity index 100% rename from t/THue.th rename to t/Thue.th