Skip to content

Minor help text improvements #487

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 14, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/introduction/Examples.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Examples

Redux is distributed with a few examples in its [source code](https://github.com/gaearon/redux/tree/master/examples).
**To run either of them, clone the repo and run `npm install` both in the root and the example folder.**
**To run any of them, clone the repo and run `npm install` both in the root and the example folder.**

>##### Note on Copying
>If you copy Redux examples outside their folders, remove these lines from their `webpack.config.js`:
Expand Down Expand Up @@ -87,7 +87,7 @@ open http://localhost:3000/
It covers:

* Basic async Redux flow with [redux-thunk](https://github.com/gaearon/redux-thunk);
* Caching responses and showing spinner while data is fetching;
* Caching responses and showing a spinner while data is fetching;
* Invalidating the cached data.

## Real World
Expand All @@ -112,7 +112,7 @@ It covers:
* Real-world async Redux flow;
* Keeping entities in a normalized entity cache;
* A custom middleware for API calls;
* Caching responses and showing spinner while data is fetching;
* Caching responses and showing a spinner while data is fetching;
* Pagination;
* Routing.

Expand Down