Skip to content

Commit 45530f6

Browse files
authored
Fix typos
1 parent 10919f8 commit 45530f6

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
@@ -22,7 +22,7 @@ The config is written in a `config.json` file in the `/config` volume.
2222
This is the easiest approach for a single user downloading their own demos. Multiple users can be put in the `gcpdLogins` array.
2323

2424
- `gcpdLogins[].username`: your Steam login username
25-
- `gcpdLogins[].username`: your Steam login password
25+
- `gcpdLogins[].password`: your Steam login password
2626
- `gcpdLogins[].secret`: if applicable, your Steam Guard secret, as a base64 (28 characters) or hex string. This is labeled as `shared_secret` in a [Steam Desktop Authenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator) `.maFile`
2727

2828
```json
@@ -46,12 +46,12 @@ This is the easiest approach for a single user downloading their own demos. Mult
4646
This approach is best if you want to download demos for yourself and others that won't give you their login details. It requires an account to briefly "launch" CS2 and fetch match data from the Game Coordinator, so you should have a secondary bot account for this approach.
4747

4848
- `authCodeLogin.username`: your bot account's Steam login username
49-
- `authCodeLogin.username`: your bot account's Steam login password
49+
- `authCodeLogin.password`: your bot account's Steam login password
5050
- `authCodeLogin.secret`: if applicable, your Steam Guard secret, as a base64 (28 characters) or hex string. This is labeled as `shared_secret` in a [Steam Desktop Authenticator](https://github.com/Jessecar96/SteamDesktopAuthenticator) `.maFile`
5151
- `steamApiKey`: the [Steam API Key](https://steamcommunity.com/dev/apikey) of your bot account
5252
- `authCodes[].authCode`: the [match history authentication code](https://help.steampowered.com/en/wizard/HelpWithGameIssue/?appid=730&issueid=128) for a user
5353
- `authCodes[].steamId64`: the SteamID64 for the user, as a string
54-
- `authCodes[].steamId64`: the oldest match share code available in the user's match history
54+
- `authCodes[].oldestShareCode`: the oldest match share code available in the user's match history
5555

5656
```json
5757
{

0 commit comments

Comments
 (0)