From 3454bc8e9d17c61c6c67fac87e61fc5dc9a0c406 Mon Sep 17 00:00:00 2001 From: Suyash Joshi Date: Tue, 10 May 2022 11:43:16 -0700 Subject: [PATCH] Updated installation instruction Added npm installation step in the main README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 086c2761..0b375226 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,11 @@ This SDK contains two components useful to developers. They are: - [SDK](sdk) — Main SDK package, interacts with RingCentral REST API - [Subscriptions SDK](subscriptions) — Additional SDK which listens to push notifications +## Install the SDK via NPM + +- [RingCentral JS SDK](https://www.npmjs.com/package/@ringcentral/sdk) ```npm install @ringcentral/sdk``` +- [RingCentral JS Subscriptions SDK](https://www.npmjs.com/package/@ringcentral/subscriptions) ```npm install @ringcentral/subscriptions``` + ## Are you a first-time RingCentral Developer? If this is your first time building a RingCentral application, we recommend you get started online using our SMS Quick Start guide which will help you get up-and-running in minutes.