Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyali committed Oct 5, 2016
1 parent 8e8c7cc commit 48e3ea4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
## 安装

$ npm install passport-wechat

## 使用
#### Configure Strategy

Expand All @@ -29,7 +29,7 @@
getToken: {getToken},
saveToken: {saveToken}
},
function(accessToken, refreshToken, profile, done) {
function(accessToken, refreshToken, profile,expires_in, done) {
return done(err,profile);
}
));
Expand Down

0 comments on commit 48e3ea4

Please sign in to comment.