From e835591911a31909d3a83fd143849d20318b300e Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 24 Aug 2016 03:17:45 +0300 Subject: [PATCH] working on docs.. Signed-off-by: Alex A. Naanou --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aca72d..ae2ea45 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,9 @@ n The return value will get passed through all the actions in a chain before returning to the action caller. - **Return `this` by default** -- **Organise and apply actions to objects** +- **Organise reuse actions** + Actions organized into action sets can be reused (_mixed-in_) in multiple + inheritance chains without any extra work. - **Unified way to document actions** - **Introspection and inspection API**