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