From b502b09ef8b4811bd4d142437a46538d3b644fb0 Mon Sep 17 00:00:00 2001 From: euxane Date: Sun, 24 Nov 2024 23:03:15 +0100 Subject: readme: formatting --- main.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.nim') diff --git a/main.nim b/main.nim index be77427..e93e144 100644 --- a/main.nim +++ b/main.nim @@ -23,7 +23,7 @@ const """).strip() HELP_TEXT = staticRead("readme.md") - .split("```help", 1)[1] + .split("```helptext", 1)[1] .split("```", 1)[0] .strip() -- cgit v1.2.3