From 23584755ecb83cb40494171319f1392061de8d51 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 24 Aug 2016 03:20:11 +0300 Subject: [PATCH] working on docs.. Signed-off-by: Alex A. Naanou --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index daa1bc0..6ccc615 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Defined inside an action-set: }], full: ['Short info string', - 'Long documentation string, describing the action', + 'Long documentation string, describing the action (optional)', function(){ // pre code // run before the parent action... @@ -199,9 +199,6 @@ Defined inside an action-set: // ... ``` -Both documentation strings and the return callback are optional. - - The call diagram: ```