diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/content/chapter0_basics/lesson01_hello_world/text.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/chapter0_basics/lesson01_hello_world/text.html b/src/content/chapter0_basics/lesson01_hello_world/text.html index 5142301..a7dfc25 100644 --- a/src/content/chapter0_basics/lesson01_hello_world/text.html +++ b/src/content/chapter0_basics/lesson01_hello_world/text.html @@ -8,7 +8,7 @@ module, which is part of the Gleam standard library. </p> <p> - In a normal Gleam program this program would be run use the command + In a normal Gleam program this program would be run using the command <code>gleam run</code> on the command line, but here in this tour the program is automatically compiled and run as the code is edited. </p> |