Skip to content

Commit

Permalink
Minor copyediting tweaks [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Jul 15, 2017
1 parent 07cdb13 commit e90b46f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ export default AppPage;
- [Global pending state](/examples/global-pending)
- [Transition hook usage](/examples/transition-hook)
- [Server-side rendering](/examples/universal)
- [Shared redux store](/examples/redux)
- [Server-side rendering with shared redux store](/examples/universal-redux)
- [Shared Redux store](/examples/redux)
- [Server-side rendering with shared Redux store](/examples/universal-redux)

## Extensions

Expand Down
2 changes: 1 addition & 1 deletion examples/redux/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Found Redux Example

This example uses the same route configuration as the [basic JSX example](../basic-jsx), but uses shared redux store between found and the app.
This example uses the same route configuration as the [basic JSX example](../basic-jsx), but uses a shared Redux store between Found and the app.

## Usage

Expand Down
5 changes: 1 addition & 4 deletions examples/universal-redux/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Found Universal Redux Example

This example uses the same route configuration as the [basic JSX
example](../basic-jsx), but uses server-side rendering for the initial page
load and a custom redux store. The redux store is initially populated on the
server and then the client rehydrates itself with the server's state.
This example uses the same route configuration as the [basic JSX example](../basic-jsx), but uses server-side rendering for the initial page load and a custom Redux store. The server initially populates and dehydrates the Redux store, then the client rehydrates the server's state.

## Usage

Expand Down

0 comments on commit e90b46f

Please sign in to comment.