aboutsummaryrefslogtreecommitdiff
path: root/main.nim
diff options
context:
space:
mode:
authoreuxane2024-11-24 23:03:15 +0100
committereuxane2024-11-24 23:03:15 +0100
commitb502b09ef8b4811bd4d142437a46538d3b644fb0 (patch)
tree87a6cb353ebe5af507828330ec8f12331aef07a6 /main.nim
parentc1e7867bc6c51637333c7f0726d49632b9babd91 (diff)
downloadtickwatch-1.0.tar.gz
readme: formattingv1.0
Diffstat (limited to 'main.nim')
-rw-r--r--main.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.nim b/main.nim
index be77427..e93e144 100644
--- a/main.nim
+++ b/main.nim
@@ -23,7 +23,7 @@ const
23 """).strip() 23 """).strip()
24 HELP_TEXT = 24 HELP_TEXT =
25 staticRead("readme.md") 25 staticRead("readme.md")
26 .split("```help", 1)[1] 26 .split("```helptext", 1)[1]
27 .split("```", 1)[0] 27 .split("```", 1)[0]
28 .strip() 28 .strip()
29 29