From 112f6bf41c38d9bdcedf41c2ff95aa3a21d98ed2 Mon Sep 17 00:00:00 2001 From: Arsen Mirzaev Tatyano-Muradovich Date: Thu, 3 Apr 2025 04:04:02 +0700 Subject: [PATCH] "movable" -> "alive" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb97135..53d092a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ import("/js/modules/hotline.mjs").then((module) => { const instance = new module.hotline(document.getElementById('wrap')); // Initializing settings of the hotline instance - instance.movable = false; + instance.alive = false; instance.wheel = true; instance.delta = 15;