Skip to content

Commit 08d60d4

Browse files
author
childish-sambino
authored
docs: add commands to install release candidates (#821)
1 parent ad711a4 commit 08d60d4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ TypeScript is supported for TypeScript version 2.9 and above.
3232

3333
`npm install twilio` or `yarn add twilio`
3434

35+
### Installing Release Candidates
36+
37+
Or, if you're wanting to install the latest release candidate use:
38+
39+
`npm install twilio@rc` or `yarn add twilio@rc`
40+
3541
## Sample Usage
3642

3743
Check out these [code examples](examples) in JavaScript and TypeScript to get up and running quickly.

0 commit comments

Comments
 (0)