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.
2 parents 430dd5b + 11bdeee commit f89c4c5Copy full SHA for f89c4c5
README.md
@@ -13,10 +13,10 @@ redux-tutorial
13
为了理解本项目中的示例代码,你需要了解一些 ES6,ES7(Object Spread)特性。同时本教程只针对 Redux 3.0.2 和 react-redux 4.0.0。
14
15
### 克隆项目
16
-`git clone https://github.com/happypoulp/redux-tutorial.git`
+`git clone https://github.com/react-guide/redux-tutorial-cn.git`
17
18
### 进入目录
19
-`cd redux-tutorial`
+`cd redux-tutorial-cn`
20
21
### 安装依赖
22
`npm install`
0 commit comments