From d08aca2bce23ef1e4134f538c65ccdb99d4247fb Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Tue, 1 Jul 2025 18:24:58 +0700 Subject: [PATCH] shorter example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd27ef..08cb3ba 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Module for creating galleries with re-ordering ```js import("/js/modules/gallery.mjs").then((module) => { // Initializing the instance - const instance = new module.gallery( + new module.gallery( document.getElementById("wrap"), document.getElementById("images"), document.getElementById("gallery"),