Skip to content

Commit 4d64f5e

Browse files
authored
Merge pull request #99 from gwtovitor/master
Fix port number in documentation from 2567 to 3000
2 parents 60b2960 + 1e9f241 commit 4d64f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Connection : MonoBehaviour
4343
// Start is called before the first frame update
4444
async void Start()
4545
{
46-
websocket = new WebSocket("ws://localhost:2567");
46+
websocket = new WebSocket("ws://localhost:3000");
4747

4848
websocket.OnOpen += () =>
4949
{

0 commit comments

Comments
 (0)