Skip to content

Commit a92d9f7

Browse files
committed
Remove warnings about redux-react (it's gone)
https://www.npmjs.com/package/redux-react -> 404 https://github.com/cgarvis/redux-react -> 404
1 parent acce6ac commit a92d9f7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ Performant and flexible.
88
[![npm downloads](https://img.shields.io/npm/dm/react-redux.svg?style=flat-square)](https://www.npmjs.com/package/react-redux)
99
[![redux channel on slack](https://img.shields.io/badge/slack-redux@reactiflux-61DAFB.svg?style=flat-square)](http://www.reactiflux.com)
1010

11-
12-
>**Note: There is a project called `redux-react` on NPM that is [completely unrelated](https://github.com/cgarvis/redux-react/issues/1) to the official bindings. This documentation (and any other official Redux documentation) is for `react-redux`.**
13-
1411
## Table of Contents
1512

1613
- [Installation](#installation)
@@ -28,9 +25,6 @@ Performant and flexible.
2825
npm install --save react-redux
2926
```
3027

31-
Be careful! **“React” goes first.**
32-
There is a project called `redux-react`, but it is [completely unrelated](https://github.com/cgarvis/redux-react/issues/1).
33-
3428
React Redux requires **React 0.13 or later.**
3529

3630
## React Native

0 commit comments

Comments
 (0)