From acadc3d380f51fccd74619972f7d24aa90c4ffff Mon Sep 17 00:00:00 2001 From: s3lph Date: Sun, 10 Sep 2023 21:46:06 +0200 Subject: [PATCH] fix: indentation in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 346aeb0..00d95ac 100644 --- a/README.md +++ b/README.md @@ -115,9 +115,9 @@ actions: type: application/javascript script: >- var payload = JSON.parse(this.event.event); - if (payload.petal == "10" and payload.duration > 1000) { - console.log("longpress!"); - } + if (payload.petal == "10" and payload.duration > 1000) { + console.log("longpress!"); + } ```