diff --git a/README.md b/README.md
index 1efc2b8..763cd9e 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,7 @@ The `item` slot should be used to display items of the list. It receives the ele
```
+
### With footer slot:
``` html
@@ -197,6 +198,33 @@ to
```
+Breaking changes/More complex example:
+ 4) When using nested elements or you want to use another name than `element` inside, destructuring is required
+
+From:
+``` html
+
+
+