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;