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://`.