Skip to content

Commit 2cab818

Browse files
author
Michael Wunderlich
committed
instructions
1 parent c16fc6b commit 2cab818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ <h3 class="masthead-brand">Scorekeep</h3>
5353
<h3 class="cover-heading">Using the web app</h1>
5454
<p>Use the form below to create a user and session. When you click <b>Create</b>, the web app calls the Scorekeep API to create a user and a session, and joins the session lobby. If you don't enter a username, Scorekeep calls a separate web API to generate a random name.</p>
5555
<p>To create and join a second user to the session, open the web app in a second tab, enter the session ID shown in the lobby, and click <b>Join</b>.</p>
56-
<p>In the session lobby, enter a game name, and set the rules to <b>Tic Tac Toe</b>. Click <b>Create</b> to create a game.</p>
56+
<p>In the session lobby, enter a game name, and set the rules to <b>Tic Tac Toe</b>. Click <b>Create</b> to create a game. Open the networking tab in your browser's developer tools to see the calls that the web app makes to the API to keep the list of games up-to-date.</p>
5757
<p>Choose <b>Play</b> with each user to start the game.</p>
5858
</div>
5959
<div ng-view></div>

0 commit comments

Comments
 (0)