diff --git a/GUIDE.md b/GUIDE.md
index b12b115..52925ae 100644
--- a/GUIDE.md
+++ b/GUIDE.md
@@ -362,3 +362,10 @@ Then attach it to a `button` or `a` element by passing in the name of the templa
```
```
+
+If you'd like to have another element dismiss the modal, add `data-dismiss=modal` to it. For example, you can create a close button as follows:
+```
+
+```