Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Apr 3, 2013
1 parent 2a483e8 commit ef9a924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -62,7 +62,7 @@ deserializing.


To use Passport in an [Express](http://expressjs.com/) or To use Passport in an [Express](http://expressjs.com/) or
[Connect](http://senchalabs.github.com/connect/)-based application, configure it [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()` persistent login sessions (recommended, but not required), `passport.session()`
middleware must also be used. middleware must also be used.


Expand Down

0 comments on commit ef9a924

Please sign in to comment.