From 332706486f507780bbe10dc19cb92ccd658bd750 Mon Sep 17 00:00:00 2001 From: Yoshua Wuyts Date: Wed, 6 Jul 2016 14:56:18 +0200 Subject: [PATCH] docs: fix subs signature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5e1b1f..272cdae 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ arguments: Triggered by `actions`, can call `actions`. Signature of `(data, state, send, done)` - __subscriptions:__ asynchronous read-only operations that don't modify state - directly. Can call `actions`. Signature of `(state, send, done)`. + directly. Can call `actions`. Signature of `(send, done)`. #### send(actionName, data?) Send a new action to the models with optional data attached. Namespaced models