Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
LyricTian committed Sep 7, 2018
1 parent de96075 commit 6948986
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 @@ -22,7 +22,7 @@ func main() {
manager := manage.NewDefaultManager()

// use redis token store
manager.MustTokenStorage(redis.NewRedisStore(&redis.Options{
manager.MapTokenStorage(redis.NewRedisStore(&redis.Options{
Addr: "127.0.0.1:6379",
DB: 15,
}))
Expand Down

0 comments on commit 6948986

Please sign in to comment.