fix: indentation in readme

This commit is contained in:
s3lph 2023-09-10 21:46:06 +02:00
parent 65f73a2137
commit acadc3d380
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -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!");
}
```