Update README.md

This commit is contained in:
q13x 2022-12-18 05:44:15 -08:00 committed by GitHub
parent 0bef5be008
commit bdea4d1f00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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://<IP>:<port>`. If you are using encryption, replace `ws://` with `wss://`.