You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,8 +170,7 @@ The `options` object takes in the following optional keys:
170
170
171
171
**You must install `routerMiddleware` for these action creators to work.**
172
172
173
-
Action creators that correspond with the [history methods of the same name]
174
-
(https://github.com/ReactTraining/history/blob/v3/docs/GettingStarted.md#navigation). For reference they are defined as follows:
173
+
Action creators that correspond with the [history methods of the same name](https://github.com/ReactTraining/history/blob/v3/docs/GettingStarted.md#navigation). For reference they are defined as follows:
175
174
176
175
-`push` - Pushes a new location to history, becoming the current location.
177
176
-`replace` - Replaces the current location in history.
0 commit comments