Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed May 2, 2016
1 parent 22bc744 commit f277caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Coverage Status](https://coveralls.io/repos/rijs/sessions/badge.svg?branch=master&service=github)](https://coveralls.io/github/rijs/sessions?branch=master)
[![Build Status](https://travis-ci.org/rijs/sessions.svg)](https://travis-ci.org/rijs/sessions)

Adds a uniquely identifying `sessionID` to each socket.
Enriches each socket with a uniquely identifying matching `sessionID`.

It does this by sharing express session data with socket.io. You will need to provide the following options:

Expand Down

0 comments on commit f277caf

Please sign in to comment.