From 1e9f2416a046c8c786f95dc599ea5d807e604e49 Mon Sep 17 00:00:00 2001 From: Vitor Augusto <108837467+gwtovitor@users.noreply.github.com> Date: Wed, 8 Jan 2025 11:10:03 -0300 Subject: [PATCH] Fix port number in documentation from 2567 to 3000 Fix port number in documentation from 2567 to 3000 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89ffb6c..f04440d 100644 --- a/README.md +++ b/README.md @@ -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 += () => {