Update README.rst

This commit is contained in:
Kenneth Reitz
2012-03-05 22:07:25 -05:00
parent 7cd523d3ad
commit 93f70d30ea
+1 -1
View File
@@ -15,7 +15,7 @@ Setup is super simple::
from flask_googlefed import GoogleAuth
app = Flask(__name__)
app.secret_key = 'ssssshhhhh'
app.secret_key = 'random secret key'
app.config['GOOGLE_DOMAIN'] = 'heroku.com'
auth = GoogleAuth(app)