diff --git a/part1/Main.elm b/part1/Main.elm
index fc11ceb..d9f6a2b 100644
--- a/part1/Main.elm
+++ b/part1/Main.elm
@@ -15,8 +15,9 @@ model =
elmHubHeader =
header []
- [ -- TODO add the equivalent of
ElmHub
right before this
- span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
+ [ -- TODO wrap the following text in an
+ text "ElmHub"
+ , span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
]