Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Jan 8, 2012
1 parent 49a423d commit ce3fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -28,7 +28,7 @@ Add fandjango to `INSTALLED_APPS` in your settings file.
### Configure Fandjango

Fandjango needs some configuration. Specifically, you need to add its middleware to your middleware classes and specify
your application's id, secret key and canvas url (all of which can be found on [facebook.com/developers](http://www.facebook.com/developers))
your application's id, secret key and namespace (all of which can be found on [facebook.com/developers](http://www.facebook.com/developers))
in your settings file:

FACEBOOK_APPLICATION_ID = 181259711925270
Expand Down

0 comments on commit ce3fe04

Please sign in to comment.