From 6d608bb8a2ebd25fab2a22cc4e4009ea90701540 Mon Sep 17 00:00:00 2001 From: chris-makaio Date: Thu, 17 Dec 2020 13:52:00 +0100 Subject: [PATCH] Update README.md fix wrong reference to "realTimeApi" in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b90748..f9b507a 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ const realTimeAPI = new RealTimeAPI("wss://demo.rocket.chat/websocket"); realTimeAPI.keepAlive().subscribe(); // Responds "pong" to the "ping" message sent by the Realtime API. To keep the connection alive. -const auth = realTimeApi.login(USERNAME, PASSWORD); +const auth = realTimeAPI.login(USERNAME, PASSWORD); // Creating Observable //Now subscribing the observable