Skip to content

Commit 5b8aa69

Browse files
authored
Update README.md
1 parent 8640d51 commit 5b8aa69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ Deletes the current user from the storage/cookies
127127
## Server Rendering
128128
`redux-react-session` also provides methods to keep the session with server rendering using cookies. So the session will work on the server side as well as the client side.
129129

130-
### initServerSession(store)
130+
### initServerSession(store, req)
131131
Initialize an instance of the server session service.
132132

133133
This function is used in the `server.js` to initialize a session service instance in each request.

0 commit comments

Comments
 (0)