From ef9a9243fb5b707967b8d80e2558e37065dc9a2e Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Tue, 2 Apr 2013 19:38:23 -0700 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e30381a9..807e657b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ deserializing. To use Passport in an [Express](http://expressjs.com/) or [Connect](http://senchalabs.github.com/connect/)-based application, configure it -with the required `passport.initialize()` middleware. If your applications uses +with the required `passport.initialize()` middleware. If your application uses persistent login sessions (recommended, but not required), `passport.session()` middleware must also be used.