Skip to content

Commit

Permalink
docs: fix egg-session-redis code (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andiedie authored and atian25 committed Mar 25, 2017
1 parent 8c77e59 commit 7900576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/zh-cn/core/cookie-and-session.md
Expand Up @@ -166,7 +166,7 @@ exports.redis = {
};
exports.sessionRedis = {
enable: true,
package: 'egg-redis-session',
package: 'egg-session-redis',
};
```

Expand Down

0 comments on commit 7900576

Please sign in to comment.