Skip to content

Commit

Permalink
Improve description
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Jan 18, 2024
1 parent 8d791b4 commit d11c5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tour.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -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", [], [
Expand Down

0 comments on commit d11c5ee

Please sign in to comment.