Skip to content

Commit

Permalink
Updated instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wrichter committed Aug 4, 2017
1 parent 7967885 commit cb0479b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ Executing these changes will yield [result/index.html](result/index.html).

1. (Optional) you may want to add the following sequence of comments to the
JavaScript code. This will explain the flow of the code, each line can then be
augmented/replaced by the actual code:```// create websocket
augmented/replaced by the actual code:
```// create websocket
// function to reconnect web socket
// function to send coordinates to server
// when a message is received from the server, draw a circle
Expand Down

0 comments on commit cb0479b

Please sign in to comment.