diff --git a/README.md b/README.md index c0f1bde..9165db7 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ passport.use( secret, deliver: email(smtpConfig) }, - verify + email => db.users.findByEmail(email) )) ```