Skip to content

Commit

Permalink
doc: minor quotes correction (custom-cards#438)
Browse files Browse the repository at this point in the history
Edit enclose quote in Javascript Templates example otherwise return an error
  • Loading branch information
clemalex824 authored Mar 20, 2021
1 parent 9b5f728 commit 07ae7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,9 @@ name: '[[[ if (entity.state > 42) return "Above 42"; else return "Below 42" ]]]'
name: >
[[[
if (entity.state > 42)
return "Above 42;
return "Above 42";
else
return "Below 42;
return "Below 42";
]]]
```

Expand Down

0 comments on commit 07ae7a1

Please sign in to comment.