From 9f2e4844916986bb49b85d15d2c5b35816957a3b Mon Sep 17 00:00:00 2001 From: Viraj Trivedi Date: Sat, 2 Feb 2019 21:08:22 +0530 Subject: [PATCH] release: Bump Version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1f935fb..59b8fba 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Abstraction for Utilizing [Rocket.Chat](https://rocket.chat/)'s [Realtime API](h npm install --save rocket.chat.realtime.api.rxjs ``` +For RxJS v5 Version of the Package + +``` +npm install --save rocket.chat.realtime.api.rxjs@1.0.0 +``` + ## Usage ```