From bc0bab18678502a1c427186487aebaf628bd9d97 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Sun, 22 Dec 2024 23:18:32 +0700 Subject: [PATCH] just comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7487b07..eb4c0af 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Module for creating "hot lines" import("/js/modules/hotline.mjs").then((hotline) => { // Imported the hotline.mjs module - // Initializing an instance of hotline manually + // Initializing an instance of the hotline.mjs const instance = new hotline.default( 'articles', document.getElementById('wrap_articles')