Skip to content

Commit 3f7070c

Browse files
committed
Merge pull request #427 from dzannotti/rewrite-docs-again
Merged changes to readme examples
2 parents 9338f95 + 05d2f44 commit 3f7070c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/introduction/Examples.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ cd redux
1414
Run the [Counter](https://github.com/gaearon/redux/tree/master/examples/counter) example:
1515

1616
```
17-
cd redux/examples/counter
17+
cd redux/
18+
npm install
19+
cd examples/counter
1820
npm install
1921
npm start
2022
```

0 commit comments

Comments
 (0)