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"),