Skip to content

Commit c6f796b

Browse files
committed
Merge pull request acdlite#48 from khakulov/patch-1
Update README.md
2 parents ef2c435 + 09841e2 commit c6f796b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,9 @@ A component that renders a React Router app using router state from a Redux stor
9797

9898
An action creator for `history.pushState()`.
9999

100-
### `replaceState(pathname, query, state)`
100+
### `replaceState(state, pathname, query)`
101101

102-
An action creator for `history.pushState()`.
102+
An action creator for `history.replaceState()`.
103103

104104
## Bonus: Reacting to state changes with redux-rx
105105

0 commit comments

Comments
 (0)