Skip to content

Commit

Permalink
Reduce width of example image #4
Browse files Browse the repository at this point in the history
Width is a bit too large making it scale on npmjs.com
  • Loading branch information
Floris Bernard committed May 10, 2017
1 parent 94d9a02 commit e5d85c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We use `withInitAction()` to add the following initialization to our components:
- `HomeTimeline` loads a list of posts. It now has a couple of post ids and calls `prepareComponent(Post, { id: postId })` for each post
- `Post` loads some detail data to display the itself

![Example prepare tree](https://github.com/flut1/react-redux-component-init/raw/develop/docs/assets/example-prepare-tree.png?v=2)
![Example prepare tree](https://github.com/flut1/react-redux-component-init/raw/develop/docs/assets/example-prepare-tree.png?v=3)

_NOTE: In this example, the list of posts are loaded separately from the post detail data. In another application this might be a single call_

Expand Down
Binary file modified docs/assets/example-prepare-tree.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e5d85c0

Please sign in to comment.