From 31d96cd537d3439b9ecf6a33ea10fbe146f665ae Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sun, 5 Aug 2018 05:05:05 -0400 Subject: [PATCH] Update README a bit --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 6c4804b..c15361c 100644 --- a/README.md +++ b/README.md @@ -39,16 +39,9 @@ In the new termnal, `cd` into the `elm-workshop/server/` directory again. Then run this to build the Elm code for the first time: ```shell -elm make src/Main.elm --output=../server/public/elm.js --dir=../server/public --pushstate +elm make src/Main.elm --output=../server/public/elm.js ``` -> It should say "Server running at" and "LiveReload running on" - but we'll ignore both of those, because we'll instead be using the server we already started running in the previous step! - -Leave `elm-live` running and 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