Skip to content

Commit

Permalink
fix example code in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atomkirk authored and woutdp committed Nov 24, 2023
1 parent 95f8db7 commit 5c3889e
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 @@ -236,7 +236,7 @@ If you have examples you want to add, feel free to create a PR, I'd be happy to
}
function decrease() {
pushEvent("set_number", {number: number - 1}, () => {})
live.pushEvent("set_number", {number: number - 1}, () => {})
}
</script>
Expand Down

0 comments on commit 5c3889e

Please sign in to comment.