Skip to content

Commit 28b4c3f

Browse files
authored
Update README.md
1 parent 1e91a74 commit 28b4c3f

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
@@ -185,7 +185,7 @@ It's a single HTML file, and there's no build or tooling. You can edit it with n
185185
<${Header} name="ToDo's (${page})" />
186186
<ul>
187187
${todos.map(todo => html`
188-
<li key="${todo}">${todo}</li>
188+
<li key=${todo}>${todo}</li>
189189
`)}
190190
</ul>
191191
<button onClick=${() => this.addTodo()}>Add Todo</button>

0 commit comments

Comments
 (0)