forked from elm/compiler
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct copy-paste errors in README.txt files.
- Loading branch information
1 parent
2fc6769
commit 39766b0
Showing
2 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"). |