+
diff --git a/src/main.js b/src/main.js
index 8e86ccc..1fdf0a7 100644
--- a/src/main.js
+++ b/src/main.js
@@ -19,6 +19,7 @@ class CommandPal {
placeholderText: this.options.placeholder || "What are you looking for?",
hotkeysGlobal: this.options.hotkeysGlobal || false,
hideButton: this.options.hideButton || false,
+ headerText: this.options.headerText || null,
},
});
const ctx = this;