diff --git a/README.md b/README.md index 56d3b51..171a7b5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,19 @@ A property can be bound to an attribute, see example: ``` slim injects a property getter/setter functions for *parentProperty* and updates automatically the child node on every update +### Content inclusion +``` +Slim.tag('my-form, class extends Slim { + get template() { + return '
+ } +}) +... +