From 23c1df7cf7ab242a90ab4738721e9f29ffa8e15d Mon Sep 17 00:00:00 2001 From: Dean McDonnell Date: Mon, 22 Aug 2016 09:53:22 +0100 Subject: [PATCH] Update quick-example.js --- docs/examples/quick-example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/quick-example.js b/docs/examples/quick-example.js index d85a1ba7..81eb182c 100644 --- a/docs/examples/quick-example.js +++ b/docs/examples/quick-example.js @@ -68,6 +68,6 @@ Seneca() // Output -// null { tag: 'none' } +// null { tag: 'local' } // null { tag: 'approver' } // null { tag: 'rejector' }