Update README.rst

This commit is contained in:
Kenneth Reitz
2012-03-05 22:06:53 -05:00
parent 20d8f499c2
commit 7cd523d3ad
+1 -1
View File
@@ -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)