From f570472d849964b8ca34a281d9b64c2e2184303f Mon Sep 17 00:00:00 2001 From: Casey Banner Date: Tue, 28 Jun 2011 13:44:25 -0400 Subject: [PATCH] * Change to version 0.1.3. * Updated Readme --- Readme.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 97d90dc..d57d2f9 100644 --- a/Readme.md +++ b/Readme.md @@ -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 @@ -35,7 +37,7 @@ With express: ## Tests -You need should and expresso. +You need `expresso`. make test diff --git a/package.json b/package.json index a04d94b..d2046dd 100644 --- a/package.json +++ b/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 ",