Skip to content

Commit

Permalink
Fix README example error
Browse files Browse the repository at this point in the history
jiwonz committed Oct 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3efd900 commit c2bf5f8
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
@@ -101,7 +101,7 @@ packets.hello.event:connect(function()
print("received hello from client")
end)

packets.countUp.event:connect(function()
packets.countUp.connect(function()
print("client has fired countUp event!")
end)
```

0 comments on commit c2bf5f8

Please sign in to comment.