Skip to content

Commit 657ff76

Browse files
authored
Update README.md
1 parent 319a3d5 commit 657ff76

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
@@ -53,7 +53,7 @@ import slinky.core.facade._
5353
<button
5454
id="minus"
5555
onclick={ (event: MouseEvent) => currentNumber.value -= 1 }
56-
></button>,
56+
>-</button>,
5757

5858
// virtual DOM label element with Binding.scala's `.bind` magic
5959
Binding {
@@ -110,7 +110,7 @@ def spinner(currentNumber: Var[Int]): ReactElement = {
110110
html"""<button
111111
id="minus"
112112
onclick=${ (event: MouseEvent) => currentNumber.value -= 1 }
113-
></button>""",
113+
>-</button>""",
114114

115115
// virtual DOM label element with Binding.scala's `.bind` magic
116116
Binding {

0 commit comments

Comments
 (0)