Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Feb 8, 2023
1 parent 1886b3f commit cd63a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def rootView = {
val inputBinding = html"<input>"
val value = Binding {
val input = inputBinding.value
val input = inputBinding.bind

// Automatically recaculate whenever `input` is changed
LatestEvent.change(input).bind
Expand Down

0 comments on commit cd63a4e

Please sign in to comment.