Skip to content

Commit 1659fa8

Browse files
chore: apply automated updates
1 parent 0cd788e commit 1659fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Compile a template string into a render function.
3232
import { compileTemplate } from "rendu";
3333

3434
const template = `
35-
<h1>{{ title }}</h1>
35+
<h1><?= title ?></h1>
3636
<ul>
3737
<? for (const item of items) { ?>
38-
<li>{{ item }}</li>
38+
<li><?= item ?></li>
3939
<? } ?>
4040
</ul>
4141
`;

0 commit comments

Comments
 (0)