Remove unnecessary -- from elm-live command

This commit is contained in:
Richard Feldman
2016-06-25 06:57:14 -07:00
parent 2e1ded29d9
commit 9c3afe2b8b
13 changed files with 13 additions and 13 deletions

View File

@@ -13,5 +13,5 @@ to fail; in that case, just run `elm-package install` again.)
## Building
```bash
elm-live Main.elm --open -- --output=elm.js
elm-live Main.elm --open --output=elm.js
```