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: ```