Skip to content

Commit

Permalink
Fixed a comment in readme and update the relese in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Fraixedes committed May 11, 2013
1 parent 849e836 commit 4434c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "expression.socket.io"
, "version": "0.1.0-alpha"
, "version": "0.1.0-beta"
, "description": "socket.io with access to Connect/Express session"
,"repository" : "https://github.com/ifraixedes/expression.socket.io.git"
, "keywords": ["socket.io", "express", "connect", "session"]
Expand Down
3 changes: 1 addition & 2 deletions readme.md
Expand Up @@ -2,8 +2,7 @@

This simple and micro node_module was born from my needs to get read/write to the fresh session, used in a express (3.0)/connect node web application, in the socket.io events.

I tested with connect 2.7.3, express 3.1.0 and socket.io 0.9.13, but this it is alpha release becasuse I didn't execute any test framework and in the present time I am using in the development of the first beta of iWaz.at (http://www.iwaz.at) so this module has not been tested by me in any live system.

I tested with connect 2.7.3, express 3.1.0 and socket.io 0.9.13, but this it is a beta release becasuse I didn't execute any test framework and in the present time, it is used in the private beta release of iWaz.at (http://www.iwaz.at).

## Installation

Expand Down

0 comments on commit 4434c90

Please sign in to comment.