Skip to content

Commit

Permalink
Merge pull request #5 from Jakobu5/fix-readme
Browse files Browse the repository at this point in the history
Fix issue with elm make command
  • Loading branch information
mkoppmann authored Oct 1, 2019
2 parents 9d799f1 + 893fbea commit 022d931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ npm install -g elm
elm reactor

# build for production
elm make --optimize --output="wtcvss.html"
elm make src/Main.elm --optimize --output="wtcvss.html"
```

## Test setup
Expand Down

0 comments on commit 022d931

Please sign in to comment.