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

Commit 7e4ded4

Browse files
authored
Remove next reference
1 parent 60f34ad commit 7e4ded4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ This library helps you keep that bit of state in sync with your Redux store. We
2020
npm install --save react-router-redux
2121
```
2222

23-
If you want to install the next major version, use `react-router-redux@next`. Run `npm dist-tag ls react-router-redux` to see what `next` is aliased to.
24-
2523
## How It Works
2624

2725
This library allows you to use React Router's APIs as they are documented. And, you can use redux like you normally would, with a single app state. The library simply enhances a history instance to allow it to synchronize any changes it receives into application state.

0 commit comments

Comments
 (0)