update readme

This commit is contained in:
stryan 2022-03-07 15:21:59 -05:00
parent 751c2b0dbe
commit 79db3483c0
1 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,6 @@ Currently stores no state and has no user authentication, so using it should jus
POST /game
GET /game/{id}
GET /game/{id}/status
POST /game/{id}/move
GET /game/{id}/move/{movenum}
```