We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbec8ae commit 949c399Copy full SHA for 949c399
README.md
@@ -13,6 +13,7 @@ Performant and flexible.
13
14
## Table of Contents
15
16
+- [Installation](#installation)
17
- [React Native](#react-native)
18
- [Quick Start](#quick-start)
19
- [API](#api)
@@ -21,6 +22,17 @@ Performant and flexible.
21
22
- [Troubleshooting](#troubleshooting)
23
- [License](#license)
24
25
+## Installation
26
+
27
+```
28
+npm install --save react-redux
29
30
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
34
+React Redux requires **React 0.13 or later.**
35
36
## React Native
37
38
What you get from `react-redux` is for React.
0 commit comments