Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 6a4fae6

Browse files
committed
Update README.md
1 parent 16c89e5 commit 6a4fae6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,6 @@ A reducer function that keeps track of the router state. You must to add this re
140140

141141
An action type that you can listen for in your reducers to be notified of route updates.
142142

143-
#### `push(nextLocation: LocationDescriptor)`
144-
145-
An action creator that you can use to update the current URL and update the browser history.
146-
The LocationDescriptor parameter can be either as string with the path or a [LocationDescriptorObject](https://github.com/rackt/history/blob/v1.17.0/docs/Glossary.md#locationdescriptor) if you need more detailed control.
147-
148143
#### `routeActions`
149144

150145
An object that contains all the actions creators you can use to manipulate history:

0 commit comments

Comments
 (0)