Skip to content

Commit 56cbb5b

Browse files
authored
Update README.md
1 parent 7d0f2f8 commit 56cbb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This game uses MySql to store game scores, you have to edit the db name, usernam
1515
<h3>Edit app.js with appropirate database credentials</h3>
1616
<h3>Create a table "players" with following properties:</h3>
1717
+----------+-------------+------+-----+---------+-------+<br>
18-
| Field | Type | Null | Key | Default | Extra | <br>
18+
| Field | Type | Null | Key | Default | Extra &nbsp&nbsp&nbsp&nbsp&nbsp| <br>
1919
+----------+-------------+------+-----+---------+-------+ <br>
2020
| name | varchar(20) | YES | | NULL | | <br>
2121
| password | varchar(20) | YES | | NULL | | <br>

0 commit comments

Comments
 (0)