From bdea4d1f00165976dae4f562a206d7cc106bbb0a Mon Sep 17 00:00:00 2001 From: q13x <84165981+WorldEditAxe@users.noreply.github.com> Date: Sun, 18 Dec 2022 05:44:15 -0800 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a08fa1b..484c8c2 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,5 @@ export const config = { } }; ``` +3. Start your proxy by running `node index.js`. +4. Connect to your server. For the server address, use the folllowing format: `ws://:`. If you are using encryption, replace `ws://` with `wss://`.