From d1325d4dbba5d72846d6ced3496604145f3eba85 Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 5 Aug 2018 05:08:17 -0400 Subject: [PATCH] Re-add You're All Set to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index c15361c..565553f 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,11 @@ Then run this to build the Elm code for the first time: elm make src/Main.elm --output=../server/public/elm.js ``` +Now open [http://localhost:3000](http://localhost:3000) +in your browser. You should see this in it: + +A screenshot showing “You’re all set!” + If things aren’t working, the instructor will be happy to help! ## Links