File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ This example includes tests.
125
125
126
126
## Redux essentials
127
127
128
+ This example covers the key points you need to know about how to get started using Redux to write actual applications.
129
+
128
130
Run the [ Redux essentials] ( https://github.com/reduxjs/redux-essentials-example-app ) example:
129
131
130
132
``` sh
@@ -139,12 +141,12 @@ npm start
139
141
140
142
## Redux fundamentals
141
143
142
- Run the [ Redux essentials ] ( https://github.com/reduxjs/redux-fundamentals-example-app ) example:
144
+ Run the [ Redux fundamentals ] ( https://github.com/reduxjs/redux-fundamentals-example-app ) example:
143
145
144
146
``` sh
145
147
git clone https://github.com/reduxjs/redux-fundamentals-example-app.git
146
148
147
- cd redux-essentials -example-app
149
+ cd redux-fundamentals -example-app
148
150
npm install
149
151
npm start
150
152
```
You can’t perform that action at this time.
0 commit comments