Skip to content

Commit bc6adc2

Browse files
committed
fix: readme code example
1 parent 417cd53 commit bc6adc2

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
@@ -42,7 +42,7 @@ sly views are wired to automatically rerender whenever they're using any state s
4242

4343
return html`
4444
<p>count ${count()}</p>
45-
<button @click="${() => { count.value++ }}"></button>
45+
<button @click="${() => { count.value++ }}">+</button>
4646
`
4747
})
4848
```

0 commit comments

Comments
 (0)