elm/Examples/elm-js/Title/README.md
2012-06-29 14:32:42 -05:00

7 lines
209 B
Markdown

To compile this example yourself use:
elm --import-js="ChangeTitleHelp.js" ChangeTitle.elm
This compiles the Elm file and includes the necessary JavaScript code.
It produces a self-contained HTML file.