Skip to content

Commit bd965b5

Browse files
committed
docs: Fixed simple example docs.
1 parent 6352531 commit bd965b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const result = compiledTemplate({ name: "World" });
7272
<script>
7373
const template = `
7474
<div class="container">
75-
<h1>Hello, {{ name }}!</h1>
75+
<h1>Hello, {{=it.name}}!</h1>
7676
</div>
7777
`;
7878

0 commit comments

Comments
 (0)