From 94d9a02f66b3473e646dae5ecf035694e9cde3cd Mon Sep 17 00:00:00 2001 From: Floris Bernard Date: Wed, 10 May 2017 11:22:36 +0200 Subject: [PATCH] Fix image url in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 209dfcc..a1a8379 100644 --- a/README.md +++ b/README.md @@ -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=2) _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_