diff --git a/README.md b/README.md
index 0133f94a3..4dbca2330 100644
--- a/README.md
+++ b/README.md
@@ -49,36 +49,68 @@ document.addEventListener("trix-before-initialize", () => {
## Creating an Editor
-Place an empty `` tag on the page. Trix will automatically insert a separate `` before the editor.
+Place an empty `` tag on the page. If the `` element is rendered with a `[toolbar]` attribute that references the element by its `[id]`, it will treat that element as its toolbar:
+
+```html
+
+
+
+```
+
+Otherwise, Trix will automatically insert a separate `` before the editor.
Like an HTML `