From f277caf20f5a88d5ee13b3f1428def87f0a3ae35 Mon Sep 17 00:00:00 2001 From: pemrouz Date: Mon, 2 May 2016 13:26:20 +0100 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 381b4e5..f5128e9 100644 --- a/README.md +++ b/README.md @@ -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: