RWTH: DOCFIX: Incorrect name of API key in example (#1821)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
nemunaire 2022-11-26 17:22:28 +01:00 committed by GitHub
parent caf7467cdd
commit f17600a21c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ Example:
{
"rwth": {
"TYPE": "RWTH",
"api_key": "bQGz0DOi0AkTzG...="
"api_token": "bQGz0DOi0AkTzG...="
}
}
```