Skip to content

Commit 165c692

Browse files
marcospereiradwijnand
authored andcommitted
Fix link and small format detail (#236)
1 parent 15eac38 commit 165c692

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

app/views/gettingStarted.scala.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,10 @@ <h3><span>&raquo;</span> Try the Hello World Tutorial</h3>
5151
</table>
5252
<p>To run the tutorial:</p>
5353
<ol>
54-
<li>Unzip the project in a convenient location.</li>
55-
<li>In a command window, change to the top-level project directory.</li>
56-
<li>Enter <code>sbt run</code>.</li>
57-
<li>After the message <code>Server started, ...</code> displays, enter the following URL in a browser: <code>http://localhost:9000</code></li>
58-
54+
<li>Unzip the project in a convenient location.</li>
55+
<li>In a command window, change to the top-level project directory.</li>
56+
<li>Enter <code>sbt run</code>.</li>
57+
<li>After the message <code>Server started, ...</code> displays, enter the following URL in a browser: <a href="http://localhost:9000">http://localhost:9000</a></li>
5958
</ol>
6059
<p>The tutorial welcome page displays.</p>
6160
</div>

0 commit comments

Comments
 (0)