diff options
Diffstat (limited to 'main.nim')
-rw-r--r-- | main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||