Skip to content

Commit

Permalink
fix up example code in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natesilva authored Nov 15, 2016
1 parent a0bfe24 commit 98714fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It has been tested with SQLite, MySQL, PostgreSQL, and Azure Cloud SQL (Microsof
```js
var session = require('koa-generic-session');
var Sequelize = require('sequelize');
var sequelizeStore = require('..');
var sequelizeStore = require('koa-generic-session-sequelize');
var koa = require('koa');

// set up Sequelize in the usual manner, or, for a quick example:
Expand Down

0 comments on commit 98714fe

Please sign in to comment.