Skip to content

Commit 15eac38

Browse files
rstentodwijnand
authored andcommitted
The url to access the example wasn't displaying because the <ol> list… (#235)
… wasn't terminated properly.
1 parent 44e5eaa commit 15eac38

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

app/views/gettingStarted.scala.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,10 @@ <h3><span>&raquo;</span> Try the Hello World Tutorial</h3>
5454
<li>Unzip the project in a convenient location.</li>
5555
<li>In a command window, change to the top-level project directory.</li>
5656
<li>Enter <code>sbt run</code>.</li>
57-
<li>After the message <code>Server started, ...</code> displays, enter the following URL in a browser: <http://localhost:9000>
58-
<p>The tutorial welcome page displays.</p></li>
59-
<ol>
57+
<li>After the message <code>Server started, ...</code> displays, enter the following URL in a browser: <code>http://localhost:9000</code></li>
58+
59+
</ol>
60+
<p>The tutorial welcome page displays.</p>
6061
</div>
6162
</div>
6263
</div>

0 commit comments

Comments
 (0)