From be7d36956c99b94d20d704a5c0460a7950228067 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Tue, 1 Apr 2025 16:39:03 +0700 Subject: [PATCH] updated --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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;