Skip to content

Commit

Permalink
Correct copy-paste errors in README.txt files.
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Jun 28, 2012
1 parent 2fc6769 commit 39766b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions Examples/elm-js/Form/README.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@

To compile this example yourself use:

elm --import-js="LogHelp.js" Log.elm
elm --import-js="FormHelp.js" Form.elm

This compiles the Elm file and includes the necessary JavaScript code.
It produces a self-contained HTML file.


You can see the logged messages in the developer console of your browser.
The keyboard shortcut is F12 in many browsers.


Note: Not all browsers like reading the elm-runtime-x.y.z.js file from
an absolute path, so you may have to specify a relative path with
the --runtime flag (e.g. --runtime="../../../elm/elm-runtime-0.3.5.js").
6 changes: 1 addition & 5 deletions Examples/elm-js/Redirect/README.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,12 @@

To compile this example yourself use:

elm --import-js="LogHelp.js" Log.elm
elm --import-js="RedirectHelp.js" Redirect.elm

This compiles the Elm file and includes the necessary JavaScript code.
It produces a self-contained HTML file.


You can see the logged messages in the developer console of your browser.
The keyboard shortcut is F12 in many browsers.


Note: Not all browsers like reading the elm-runtime-x.y.z.js file from
an absolute path, so you may have to specify a relative path with
the --runtime flag (e.g. --runtime="../../../elm/elm-runtime-0.3.5.js").

0 comments on commit 39766b0

Please sign in to comment.