diff --git a/README.rst b/README.rst index eb2964b..74981c2 100644 --- a/README.rst +++ b/README.rst @@ -15,8 +15,8 @@ Setup is super simple:: from flask_googlefed import GoogleAuth app = Flask(__name__) +app.secret_key = 'ssssshhhhh' app.config['GOOGLE_DOMAIN'] = 'heroku.com' - app.config['SECRET_KEY'] = 'ssssshhhhh' auth = GoogleAuth(app)