From 93c467eb6a953adfb064c2deaac09b56153669fa Mon Sep 17 00:00:00 2001 From: MinhPho Date: Sun, 2 Apr 2023 16:39:36 +0200 Subject: [PATCH] Update README with correct usage syntax Update incorrect usage syntax for Programatic Sections code example --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a0a15f..8a17099 100644 --- a/README.md +++ b/README.md @@ -238,7 +238,8 @@ perimeterWindows.forEach((item, i) => { {% if states.${item.entity}.state == "on" %} ${item.name}{% endif %} `, class: "window" -}) + }); +}); .... // The module entry {