Skip to content

Commit 403f98a

Browse files
committed
Add version details about the react-redux version
1 parent efed0d9 commit 403f98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This repository contains a step by step tutorial to get a grasp about flux and m
88
The official and very exhaustive Redux documentation is available [here](http://gaearon.github.io/redux/) and should be your number One source of truth regarding Redux. The present tutorial only will offer you an introduction to flux concepts through Redux use but for further or more detailled infos, please refer to the Redux documentation.
99

1010
### Prerequisites
11-
It is required for you to know a bit of ES6 and ES7 (Object Spread) to understand correctly some of the examples given in this repo. Be also aware that this tutorial targets redux 1.0.0.
11+
It is required for you to know a bit of ES6 and ES7 (Object Spread) to understand correctly some of the examples given in this repo. Be also aware that this tutorial targets redux 1.0.0 and react-redux 0.2.x (react-redux 0.8.x is the current master version and this tutorial will be updated accordingly soon).
1212

1313
### Clone the repository
1414
`git clone https://github.com/happypoulp/redux-tutorial.git`

0 commit comments

Comments
 (0)