We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad711a4 commit 08d60d4Copy full SHA for 08d60d4
README.md
@@ -32,6 +32,12 @@ TypeScript is supported for TypeScript version 2.9 and above.
32
33
`npm install twilio` or `yarn add twilio`
34
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
41
## Sample Usage
42
43
Check out these [code examples](examples) in JavaScript and TypeScript to get up and running quickly.
0 commit comments