From 08d60d4aab456459cc60442fcc6f0c71a998d743 Mon Sep 17 00:00:00 2001 From: childish-sambino Date: Wed, 30 Nov 2022 15:34:59 -0600 Subject: [PATCH] docs: add commands to install release candidates (#821) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4a874873b4..cbca973ac9 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ TypeScript is supported for TypeScript version 2.9 and above. `npm install twilio` or `yarn add twilio` +### Installing Release Candidates + +Or, if you're wanting to install the latest release candidate use: + +`npm install twilio@rc` or `yarn add twilio@rc` + ## Sample Usage Check out these [code examples](examples) in JavaScript and TypeScript to get up and running quickly.