diff --git a/README.md b/README.md index 40e9225..1ee87ad 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,12 @@ Getting Started 2. Add a plugin for your editor of choice: [Atom](https://atom.io/packages/language-elm), [Sublime Text](https://packagecontrol.io/packages/Elm%20Language%20Support), [VS Code](https://github.com/sbrink/vscode-elm), [Light Table](https://github.com/rundis/elm-light), [Vim](https://github.com/lambdatoast/elm.vim), [Emacs](https://github.com/jcollard/elm-mode), [Brackets](https://github.com/lepinay/elm-brackets) -3. Not required, but **highly** recommended: [install elm-format](https://github.com/avh4/elm-format#installation-) and integrate it into your editor so that it runs on save. You want the one [for Elm 0.18](https://github.com/avh4/elm-format#for-elm-018). - +3. Not required, but **highly** recommended: enable "[`elm-format`](https://github.com/avh4/elm-format) on save" in your editor. 4. Run the following command to install everything else: ```bash -npm install -g elm elm-test elm-css elm-live@2.6.1 +npm install -g elm elm-test elm-css elm-live@2.6.1 elm-format@exp ``` **Note to macOS users:** If step 4 gives you an `EACCESS` error, try [this fix](https://docs.npmjs.com/getting-started/fixing-npm-permissions): @@ -72,7 +71,7 @@ elm-package install --yes Once that succeeds, run this to verify everything: ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` A browser should open, and you should see this in it: diff --git a/part1/README.md b/part1/README.md index 9d87c99..d874065 100644 --- a/part1/README.md +++ b/part1/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## References diff --git a/part10/README.md b/part10/README.md index 68c6766..a23c622 100644 --- a/part10/README.md +++ b/part10/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## Running Tests diff --git a/part2/README.md b/part2/README.md index 6c385e8..a84e57c 100644 --- a/part2/README.md +++ b/part2/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## References diff --git a/part3/README.md b/part3/README.md index 91af59f..087b9a6 100644 --- a/part3/README.md +++ b/part3/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## References diff --git a/part4/README.md b/part4/README.md index 92bc541..5c537ea 100644 --- a/part4/README.md +++ b/part4/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## References diff --git a/part5/README.md b/part5/README.md index 411e9af..9e25a69 100644 --- a/part5/README.md +++ b/part5/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## References diff --git a/part6/README.md b/part6/README.md index 3bac51e..6dd3a63 100644 --- a/part6/README.md +++ b/part6/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## References diff --git a/part7/README.md b/part7/README.md index c9cbbfc..4c2e47e 100644 --- a/part7/README.md +++ b/part7/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## References diff --git a/part8/README.md b/part8/README.md index 5717c48..700993a 100644 --- a/part8/README.md +++ b/part8/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## References diff --git a/part9/README.md b/part9/README.md index 2bf7a31..647f881 100644 --- a/part9/README.md +++ b/part9/README.md @@ -13,7 +13,7 @@ elm-package install ## Building ```bash -elm-live Main.elm --open --pushstate --output=elm.js +elm-live Main.elm --open --output=elm.js ``` ## Running Tests