readme fix

This commit is contained in:
Kenneth Reitz
2012-03-04 11:40:18 -05:00
parent 9cccaadbab
commit 4defcbf1db
+1 -1
View File
@@ -12,7 +12,7 @@ Usage
Setup is super simple::
from flask import Flask
from flaskext.googlefed import GoogleAuth
from flask_googlefed import GoogleAuth
app = Flask(__name__)
app.config['GOOGLE_DOMAIN'] = 'heroku.com'