From a118b2ced59e8ef7cff33ea7bc236a47359e1869 Mon Sep 17 00:00:00 2001 From: Sebastian Henschel Date: Wed, 9 Nov 2016 15:52:09 +0100 Subject: [PATCH] Added missing angle brackets in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a65933..3bc5df9 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ Edit `apimanager/apimanager/local_settings.py`: ```python SECRET_KEY = '' OAUTH_API = '' # e.g. https://api.openbankproject.com -OAUTH_CLIENT_KEY = 'key you got from the API' -OAUTH_CLIENT_SECRET = 'secret you got from the API' +OAUTH_CLIENT_KEY = '' +OAUTH_CLIENT_SECRET = '' DATABASES['default']['NAME'] = '' # default is 'db.sqlite3' in parent directory of git checkout ```