Skip to content

Commit 4fde1b1

Browse files
committed
Fix readme
1 parent a130b4d commit 4fde1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ It works like the memory session store, but connects and saves all session data
367367

368368
```javascript
369369
const { PHASE_DEVELOPMENT_SERVER, PHASE_PRODUCTION_SERVER } = require("next/constants");
370-
const { createRedisSessionStore } = require("next-server-session/createRedisSessionStore");
370+
const { createRedisSessionStore } = require("next-server-session/dist/redisSessionStore");
371371

372372
module.exports = (phase, { defaultConfig }) => {
373373
if(phase === PHASE_PRODUCTION_SERVER || phase === PHASE_DEVELOPMENT_SERVER){

0 commit comments

Comments
 (0)