Skip to content

Commit

Permalink
* Change to version 0.1.3. * Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kcbanner committed Jun 28, 2011
1 parent 1791a69 commit f570472
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Readme.md
Expand Up @@ -19,6 +19,8 @@ via npm:
- `port` MongoDB server port (optional, default: `27017`)
- `username` Username (optional)
- `password` Password (optional)
- `url` Connection url of the form: `mongodb://user:pass@host:port/database/collection`.
If provided, information in the URL takes priority over the other options.

## Example

Expand All @@ -35,7 +37,7 @@ With express:

## Tests

You need should and expresso.
You need `expresso`.

make test

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "connect-mongo",
"version": "0.1.2",
"version": "0.1.3",
"description": "MongoDB session store for Connect",
"keywords": ["connect", "mongo", "mongodb", "session", "express"],
"author": "Casey Banner <kcbanner@gmail.com>",
Expand Down

0 comments on commit f570472

Please sign in to comment.