Skip to content

Commit 098551f

Browse files
committed
Merge pull request reduxjs#85 from joaojeronimo/patch-1
Remove warnings about redux-react (it's gone)
2 parents acce6ac + a92d9f7 commit 098551f

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/[email protected]?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)