Skip to content
This repository has been archived by the owner on Mar 31, 2018. It is now read-only.

Commit

Permalink
Some minor documentation improvements (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
rladstaetter authored and sjrd committed Sep 17, 2017
1 parent 8c16ce2 commit 88861b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a barebone example of an application written in
## Get started

To get started, open `sbt` in this example project, and execute the task
`fastOptJS`. This creates the file `target/scala-2.11/example-fastopt.js`.
`fastOptJS`. This creates the file `target/scala-2.12/example-fastopt.js`.
You can now open `index-fastopt.html` in your favorite Web browser!

During development, it is useful to use `~fastOptJS` in sbt, so that each
Expand Down
2 changes: 1 addition & 1 deletion index-fastopt.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1>Example Scala.js application - fast-optimized version</h1>

<p>After having compiled and fast-optimized properly the code for the application
(using `sbt fastOptJS`), you should see "It works" herebelow.
(using `sbt fastOptJS`), you should see "It works" below.
See README.md for detailed explanations.</p>

<div id="playground">
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<h1>Example Scala.js application - full-optimized version</h1>

<p>After having compiled and full-optimized properly the code for the application
(using `sbt fullOptJS`), you should see "It works" herebelow.
(using `sbt fullOptJS`), you should see "It works" below.
See README.md for detailed explanations.</p>

<div id="playground">
Expand Down

0 comments on commit 88861b9

Please sign in to comment.