Remove a bunch of --pushstate

This commit is contained in:
Richard Feldman
2018-02-22 17:04:15 -05:00
parent c8c89adc63
commit 2f501ef780
11 changed files with 13 additions and 14 deletions

View File

@@ -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