diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-18 20:19:19 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-18 20:19:19 +0000 |
commit | 0a3b9ac5d4c3043828e6fcebcca9fac63a4df983 (patch) | |
tree | e3639ee609a5b111f06e9a600f344a981f98bd97 /src | |
parent | 74bfc1b927e1007ebca6e132925fec4c8bf6c4e0 (diff) | |
download | tour-0a3b9ac5d4c3043828e6fcebcca9fac63a4df983.tar.gz tour-0a3b9ac5d4c3043828e6fcebcca9fac63a4df983.zip |
Fix wording
Diffstat (limited to 'src')
-rw-r--r-- | src/tour.gleam | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/tour.gleam b/src/tour.gleam index 592b53b..ecf11cf 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -87,8 +87,11 @@ const what_next_html = " </p> <p> Enroll in the <a href=\"https://exercism.io/tracks/gleam\">Exercism - Gleam track</a> practice your Gleam skills through a series of exercises, - and get feedback from experienced Gleam developers. + Gleam track</a> to practice your Gleam skills through a series of exercises + and optionally get feedback from experienced Gleam developers. +</p> +<p> + Happy hacking! </p> " |