From 1529bf3bfc9a22bf2aad6c49f8fc3d75c0c976a9 Mon Sep 17 00:00:00 2001 From: Para Dox Date: Fri, 11 Apr 2025 15:07:28 +0700 Subject: [PATCH] better readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f3643a..176da067 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ Once your nodes are running, you can access the RPC endpoints at: - HTTPS: `https://yourdomain.tld/ethereum` (or other network paths) - HTTP: `http://yourdomain.tld/ethereum` (or other network paths) -- WebSocket: `wss://yourdomain.tld/ethereum/ws` (or other network paths with /ws suffix) +- WebSocket: `wss://yourdomain.tld/ethereum` (same URL as HTTP/HTTPS) All services use standard ports (80 for HTTP, 443 for HTTPS), so no port specification is required in the URL.