Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SerayaEryn committed Nov 15, 2017
1 parent a6f0154 commit 101c287
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ A session store. Needs the following methods:
* get(sessionId, callback)
* destroy(sessionId, callback)

Defaults to a simple in memory store.
Compatible to stores from [express-session](https://github.com/expressjs/session).

Defaults to a simple in memory store.</br>
**Note**: The default store should not be used in a production environment.

## License

Expand Down

0 comments on commit 101c287

Please sign in to comment.