From d4370545fa6c585b1be81c1c9b5f9fe6aca0d6ef Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 26 Feb 2015 03:15:46 +0800 Subject: [PATCH] Update flux --- flux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/flux.md b/flux.md index d23aaca0e..cd402e631 100644 --- a/flux.md +++ b/flux.md @@ -109,6 +109,7 @@ Logic can sometimes belong in stores. ## Stores and dispatchers +### Instantiate Make a Dispatcher and Stores. ```js