From 84580c851190523763f667166d4b28b86a11fc87 Mon Sep 17 00:00:00 2001 From: Adhiraj Singh Date: Wed, 1 Jul 2020 18:40:44 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b681257..aadca74 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Set the phone number you can randomly send messages to in a `.env` file with `TE ## Install Create and cd to your NPM project directory and then in terminal, write: -` npm install @adiwajshing/baileys ` +1. stable: `npm install @adiwajshing/baileys` +2. stabl-ish (but quicker fixes): `npm install github:adiwajshing/baileys` Then import in your code using: ``` ts