Skip to content

Commit

Permalink
docs: add commands to install release candidates (#821)
Browse files Browse the repository at this point in the history
  • Loading branch information
childish-sambino committed Nov 30, 2022
1 parent ad711a4 commit 08d60d4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 08d60d4

Please sign in to comment.