diff --git a/README.md b/README.md index f670ca9..4a8027c 100644 --- a/README.md +++ b/README.md @@ -57,8 +57,8 @@ SECRET_KEY = '' # API hostname, e.g. https://api.openbankproject.com OAUTH_API = '' # Consumer key + secret to authenticate the _app_ against the API -OAUTH_CLIENT_KEY = '' -OAUTH_CLIENT_SECRET = '' +OAUTH_CONSUMER_KEY = '' +OAUTH_CONSUMER_SECRET = '' # Database filename, default is `db.sqlite3` in parent directory of git checkout DATABASES['default']['NAME'] = '' ```