diff --git a/README.md b/README.md index 078e7e5..a796fb0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# React/Sass/Redux Boilerplate +![](http://i.imgur.com/8EWxANj.png) -Boilerplate for a React / Redux build. +# React/Sass/Redux Boilerplate -![](http://i.imgur.com/8EWxANj.png) +Boilerplate and guide for a React/Sass/Redux build. ## Getting Started diff --git a/dev/js/components/README.md b/dev/js/components/README.md index 365e146..b702d7b 100644 --- a/dev/js/components/README.md +++ b/dev/js/components/README.md @@ -2,4 +2,4 @@ Containers are very similar to components, the only difference is that components are aware of application state. If part of your webpage is only used for displaying data (dumb) then make it a component. If you need it to be smart and -aware of the state (whenever data changes) in the application then make it a container. \ No newline at end of file +aware of the state (whenever data changes) in the application then make it a container. diff --git a/misc/diagram.psd b/misc/diagram.psd index dbd3a6a..158fdd0 100644 Binary files a/misc/diagram.psd and b/misc/diagram.psd differ