diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-18 20:04:01 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-18 20:04:01 +0000 |
commit | d11c5ee747d69dd11b6ac979021c89a609bcd20b (patch) | |
tree | 1c4ee843f9f78bb91cdbff78b22b719918c27c9f /src/tour.gleam | |
parent | 8d791b4da1623f56f934c0f19f40f7f74e17d99b (diff) | |
download | tour-d11c5ee747d69dd11b6ac979021c89a609bcd20b.tar.gz tour-d11c5ee747d69dd11b6ac979021c89a609bcd20b.zip |
Improve description
Diffstat (limited to 'src/tour.gleam')
-rw-r--r-- | src/tour.gleam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tour.gleam b/src/tour.gleam index 390d503..ba39170 100644 --- a/src/tour.gleam +++ b/src/tour.gleam @@ -512,7 +512,7 @@ fn lesson_html(page: Lesson) -> String { let title = page.name <> " - The Gleam Language Tour" let description = - "An interactive introduction reference to the Gleam programming language" + "An interactive introduction and reference to the Gleam programming language. Learn Gleam in your browser!" h("html", [#("lang", "en-gb")], [ h("head", [], [ |