diff options
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> " |