Skip to content

Commit 563efb5

Browse files
author
Bill Hunt
committed
Updating naming.
1 parent cec24ac commit 563efb5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Installation
1212

1313
Using [npm][]:
1414

15-
npm install -g connect-mysql-session
15+
npm install opengovfoundation/node-laravel-mysql-session
1616

1717
By cloning the repo:
1818

19-
git clone git://github.com/CarnegieLearning/connect-mysql-session.git
20-
cd connect-mysql-session
19+
git clone git@github.com:opengovfoundation/node-laravel-mysql-session.git
20+
cd node-laravel-mysql-session
2121
npm link
2222

2323
(Note: in both cases you may need to use `sudo` when performing the `npm` step.)
@@ -28,7 +28,7 @@ Usage
2828
The following example uses [expressjs][], but this should work fine using [connectjs][] without the [expressjs][] web app layer.
2929

3030
var express = require('express'),
31-
MySQLSessionStore = require('connect-mysql-session')(express);
31+
MySQLSessionStore = require('node-laravel-mysql-session')(express);
3232

3333
var app = express.createServer();
3434
app.use(express.cookieParser());

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"author": "Daniel Dickison <[email protected]>",
3-
"name": "laravel-mysql-session",
3+
"name": "node-laravel-mysql-session",
44
"description": "A MySQL session store for node.js connect.",
55
"contributors": ["Bill Hunt <[email protected]>"],
66
"version": "0.1.4",

0 commit comments

Comments
 (0)