Skip to content

Commit 1ea0d74

Browse files
chore: updated examples doc file to include a brief description of the newly added examples
1 parent b7247e4 commit 1ea0d74

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/introduction/Examples.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ This example includes tests.
125125

126126
## Redux essentials
127127

128+
This example covers the key points you need to know about how to get started using Redux to write actual applications.
129+
128130
Run the [Redux essentials](https://github.com/reduxjs/redux-essentials-example-app) example:
129131

130132
```sh
@@ -139,12 +141,12 @@ npm start
139141

140142
## Redux fundamentals
141143

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:
143145

144146
```sh
145147
git clone https://github.com/reduxjs/redux-fundamentals-example-app.git
146148

147-
cd redux-essentials-example-app
149+
cd redux-fundamentals-example-app
148150
npm install
149151
npm start
150152
```

0 commit comments

Comments
 (0)