Skip to content

Commit

Permalink
fixed a misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhalasz committed Jan 21, 2015
1 parent 6d1be1e commit 962ab75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -50,7 +50,7 @@ app.get(facebook.redirect, function($){

```js
// Setup Auth Service
var yourService = auth.use('yourService', {
var yourService = auth('yourService', {
id : 'yourServiceId', // service app id
secret : 'yourServiceSecret', // service app secret
scope : 'email' // specify facebook scopes
Expand Down

0 comments on commit 962ab75

Please sign in to comment.