Skip to content

Commit 949c399

Browse files
committed
Update README.md
1 parent dbec8ae commit 949c399

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Performant and flexible.
1313
1414
## Table of Contents
1515

16+
- [Installation](#installation)
1617
- [React Native](#react-native)
1718
- [Quick Start](#quick-start)
1819
- [API](#api)
@@ -21,6 +22,17 @@ Performant and flexible.
2122
- [Troubleshooting](#troubleshooting)
2223
- [License](#license)
2324

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+
2436
## React Native
2537

2638
What you get from `react-redux` is for React.

0 commit comments

Comments
 (0)