Skip to content

Commit

Permalink
Fix scope example commentary
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebest committed May 24, 2012
1 parent 859f88a commit 8a53b3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -65,8 +65,7 @@ app.get('/auth/vkontakte/callback',
If you need extended permissions from the user, the permissions can be requested
via the `scope` option to `passport.authenticate()`.

For example, this authorization requests permission to the user's statuses and
checkins:
For example, this authorization requests permission to the user's friends:

```javascript
app.get('/auth/vkontakte',
Expand Down

0 comments on commit 8a53b3a

Please sign in to comment.