Remind folks to install elm/browser

This commit is contained in:
Richard Feldman
2018-11-22 12:19:44 +01:00
committed by GitHub
parent 1bcb581666
commit da827954e5

View File

@@ -1,5 +1,8 @@
module Main exposing (main) 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` -- FYI: 👇 You can see our new `Article` module in `src/Article.elm`
import Article import Article