diff --git a/README.md b/README.md
index f1d6141..332a1fc 100644
--- a/README.md
+++ b/README.md
@@ -215,7 +215,11 @@ Template `dialog-layouts/delete.hbs`:
```hbs
- {{yield}}
+ {{#if templateName}}
+
{{partial templateName}}
+ {{else}}
+ {{component "dialog-body" layout=template contextObject=contextObject context=context class="dialog-body"}}
+ {{/if}}