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.