From e03ad9b8ca4ede87acb367320e08dd08453f2512 Mon Sep 17 00:00:00 2001 From: Paul Hammond Date: Tue, 19 Jul 2022 17:30:13 +0100 Subject: [PATCH] docs: added npm/yarn install instructions (#772) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 30c252690b..4a874873b4 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,10 @@ This library supports the following Node.js implementations: TypeScript is supported for TypeScript version 2.9 and above. +## Installation + +`npm install twilio` or `yarn add twilio` + ## Sample Usage Check out these [code examples](examples) in JavaScript and TypeScript to get up and running quickly.