We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2cdadb commit dcea4a7Copy full SHA for dcea4a7
examples/hello-world.elm renamed to examples/hello.elm
@@ -3,4 +3,4 @@ import Html exposing (text)
3
4
5
main =
6
- text "Hello, world!"
+ text "Hello!"
pages/examples.elm
@@ -17,7 +17,7 @@ main =
17
, style "flex-wrap" "wrap"
18
]
19
[ viewExamples "HTML"
20
- [ "Hello World"
+ [ "Hello"
21
, "Groceries"
22
, "Shapes"
23
0 commit comments