Skip to content

Commit ab54170

Browse files
chore: apply automated updates
1 parent b39da1a commit ab54170

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ const template = `
4242

4343
const render = compileTemplate(template, { stream: false });
4444

45-
const html = await render({
46-
title: "My List",
47-
items: ["Item 1", "Item 2", "Item 3"],
48-
});
45+
const html = await render({ title: "My List", items: ["Item 1", "Item 2", "Item 3"] });
4946
console.log(html);
5047
// Output:
5148
// <h1>My List</h1>

0 commit comments

Comments
 (0)