From da827954e524af7359f669da095c97ff6e47f8de Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Thu, 22 Nov 2018 12:19:44 +0100 Subject: [PATCH] Remind folks to install elm/browser --- intro/part3/src/Main.elm | 3 +++ 1 file changed, 3 insertions(+) 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