From 99e4e04e1bc951623e663056281e6e311e0d1abb Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Mon, 16 May 2016 02:26:43 +0700 Subject: [PATCH] docs: fix effects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67f36b6..3b6b143 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Side effects are done through `effects` declared in `app.model()`. Unlike callback passed hich is used to emit `actions` to handle results. A typical `effect` flow looks like: + 1. An action is received 2. An effect is triggered 3. The effect performs an async call