Skip to content

Commit

Permalink
Merge pull request #99 from gwtovitor/master
Browse files Browse the repository at this point in the history
Fix port number in documentation from 2567 to 3000
  • Loading branch information
endel authored Jan 8, 2025
2 parents 60b2960 + 1e9f241 commit 4d64f5e
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 @@ -43,7 +43,7 @@ public class Connection : MonoBehaviour
// Start is called before the first frame update
async void Start()
{
websocket = new WebSocket("ws://localhost:2567");
websocket = new WebSocket("ws://localhost:3000");

websocket.OnOpen += () =>
{
Expand Down

0 comments on commit 4d64f5e

Please sign in to comment.