From 8fd956f3db9b18240e25116490142cf7003c76b1 Mon Sep 17 00:00:00 2001 From: Bart Teeuwisse Date: Tue, 13 Sep 2011 14:20:05 -0700 Subject: [PATCH] - Bumped version - Replaced zazengo --- README.md | 4 ++-- package.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 76057c8..9257119 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This module is an addon for [Connect Middleware](https://github.com/senchalabs/c ## Usage -The standard usage, is to just pass an instantiated `MongoStore` instance to the session plugin. +The standard usage, is to just pass an instantiated `MongoStore` instance to the session plugin. var connect = require('connect'), MongoStore = require('connect-session-mongo'); @@ -35,7 +35,7 @@ app.use(connect.session({ store: new MongoStore({ server: CustomServer }) }));", + "author": "Bart Teeuwisse ", "contributors": ["Dav Glass "], - "bugs": { "web" : "http://github.com/zazengo/connect-session-mongo/issues" }, + "bugs": { "web" : "http://github.com/bartt/connect-session-mongo/issues" }, "os": ["darwin", "linux"], "engines": { "node" : ">=0.2.0" @@ -20,11 +20,11 @@ "licenses":[ { "type" : "BSD", - "url" : "http://github.com/zazengo/connect-session-mongo/blob/master/LICENSE" + "url" : "http://github.com/bartt/connect-session-mongo/blob/master/LICENSE" } ], "repository": { "type":"git", - "url":"http://github.com/zazengo/connect-session-mongo.git" + "url":"http://github.com/bartt/connect-session-mongo.git" } }