Update README.md

This commit is contained in:
Alec
2022-07-18 10:47:43 -04:00
committed by GitHub
parent 5a6b789e6e
commit 0caac00619

View File

@@ -123,7 +123,7 @@ Currently, the available operations are:
##### Example cURL
```
curl -XGET -H 'Authorization: Basic bW9ja19hdXRoCg==' 'http://localhost:5000/api/admin/games/state'
curl -XGET -H 'Authorization: Bearer bW9ja19hdXRoCg==' 'http://localhost:5000/api/admin/games/state'
```