Skip to content

Commit 22aaad4

Browse files
author
Bernabé González
authored
Update README.md
1 parent d22207f commit 22aaad4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ export default (
8383
);
8484
```
8585

86+
Note: If you're using react-router v4 this function it's not necessary. Check out the [react-router-v4-example](https://github.com/bernabe9/redux-react-session/tree/master/examples/react-router-v4-example)
87+
8688
### saveSession(session:object) : Promise
8789
Saves the session object in the localStorage and changes the `authenticated` flag to `true` in Redux Store
8890

0 commit comments

Comments
 (0)