diff --git a/intro/part3/src/Main.elm b/intro/part3/src/Main.elm index e41e705..4537c01 100644 --- a/intro/part3/src/Main.elm +++ b/intro/part3/src/Main.elm @@ -1,5 +1,8 @@ module Main exposing (main) +-- NOTE: Make sure to follow the instructions in the README for part3 +-- to install the elm/browser package before running elm make! +-- -- FYI: 👇 You can see our new `Article` module in `src/Article.elm` import Article