diff --git a/README.md b/README.md index 9c1e3bb..1f759cc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Module for creating "hot lines" ## Example ```html -
+

Place

@@ -23,10 +23,7 @@ import("/js/modules/hotline.mjs").then((module) => { // Imported the hotline.mjs module // Initializing an instance of the hotline.mjs - const instance = new module.hotline( - 'articles', - document.getElementById('wrap_articles') - ); + const instance = new module.hotline(document.getElementById('wrap')); // Initializing settings of the hotline instance instance.move = false;