From 8a53b3a2ab7219132d1827430c9a103bb4a8ae22 Mon Sep 17 00:00:00 2001 From: Stepan Stolyarov Date: Thu, 24 May 2012 17:43:34 +0700 Subject: [PATCH] Fix `scope` example commentary --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2943187..5bf0824 100644 --- a/README.md +++ b/README.md @@ -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',