From 2235db3a6fc199b14c28447c0883bb7a830057ba Mon Sep 17 00:00:00 2001 From: Christian Alfoni Date: Mon, 27 Oct 2014 15:50:57 +0100 Subject: [PATCH] updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c19d0c..a22d2ed 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -## React FLUX Boilerplate +## FLUX React JS Boilerplate Based on the architecture suggestions from Facebook, this boilerplate will help you deal with it. It has included the flux-react extension to React JS, [flux-react](https://github.com/christianalfoni/flux-react). -Read more about FLUX over at [Facebook Flux](http://facebook.github.io/flux/) and I wrote a post about it too: [React JS and FLUX](http://christianalfoni.github.io/javascript/2014/08/20/react-js-and-flux.html). +Read more about FLUX over at [Facebook Flux](http://facebook.github.io/flux/) and I wrote a post about it too: [My experiences building a FLUX application](http://christianalfoni.github.io/javascript/2014/10/27/my-experiences-building-a-flux-application.html) and [React JS and FLUX](http://christianalfoni.github.io/javascript/2014/08/20/react-js-and-flux.html) ### How to use