Skip to content

Commit

Permalink
add license. Closes tj#58
Browse files Browse the repository at this point in the history
yup! MIT it is
  • Loading branch information
tj committed Sep 11, 2012
1 parent b83a452 commit 286b16a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ connect-redis is a Redis session store backed by [node_redis](http://github.com/
This means express users may do the following, since `express.session.Store` points to the `connect.session.Store` function:

var RedisStore = require('connect-redis')(express);

# License

MIT

0 comments on commit 286b16a

Please sign in to comment.