Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavxd authored Jul 14, 2024
1 parent cc187ff commit 956bb1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ Install `simplesessions` and all [available stores](/stores).
go get -u github.com/zerodha/simplesessions/v3

# Install the requrired store: memory|redis|postgres|securecookie
go get -u github.com/zerodha/simplesessions/v3/stores/redis
go get -u github.com/zerodha/simplesessions/v3/stores/postgres
go get -u github.com/zerodha/simplesessions/stores/redis/v3
go get -u github.com/zerodha/simplesessions/stores/postgres/v3
```

# Stores
Expand Down

0 comments on commit 956bb1e

Please sign in to comment.