Skip to content

Commit 868ff62

Browse files
committed
fixing example URL
1 parent c533544 commit 868ff62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/de/backendstack21/realtime/pubsub/RealtimeClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
*
5454
* <h2>Typical Usage:</h2>
5555
* <pre>{@code
56-
* RealtimeClientConfig config = new RealtimeClientConfig(() -> "ws://example.com/realtime");
56+
* RealtimeClientConfig config = new RealtimeClientConfig(() -> String.format("wss://genesis.r7.21no.de/apps/%s?access_token=%s", appId, accessToken));
5757
* RealtimeClient client = new RealtimeClient(config);
5858
*
5959
* // Connect and listen for session started events

0 commit comments

Comments
 (0)