Skip to content

Commit 526e0aa

Browse files
authored
Update readme.md
1 parent dc34666 commit 526e0aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## MancJS October: Code Golf
1+
## MancJS: Code Golf
22
The server used to run the MancJS code golf game.
33

44
### How to run server
@@ -19,8 +19,8 @@ submissions and allow players to view other player submissions.
1919

2020
The admin page is protected with HTTP basic auth (user `admin` pass `admin`). You can modify
2121
the credentials by changing the file
22-
[routes/admin.js](https://github.com/martinrue/mancjs-code-golf/blob/master/routes/admin.js#L5).
22+
[src/routes/admin.ts](https://github.com/martinrue/mancjs-code-golf/blob/master/src/routes/admin.ts#L12).
2323

2424
### Notes
2525
Changing the title of the game on the admin page and clicking *Start Game* will clear current
26-
entries and begin a new game. All other modifications update the currently running game.
26+
entries and begin a new game. All other modifications update the currently running game.

0 commit comments

Comments
 (0)