Update basic instructions for 0.17

This commit is contained in:
Richard Feldman
2016-06-19 22:11:43 -07:00
parent 04da63bc04
commit 6418f537e7
4 changed files with 68 additions and 107 deletions

View File

@@ -17,7 +17,7 @@
</body>
<script type="text/javascript">
var app = Elm.fullscreen(Elm.Main, {});
var app = Elm.Main.fullscreen();
// Uncomment this line and comment out the above to enable elm-reactor support.
// var app = Elm.fullscreenDebug("ElmHub", "ElmHub.elm");