From 2fd96e76b9748403f6c058b86f82560784a9cb60 Mon Sep 17 00:00:00 2001 From: Pedro Lopez Date: Fri, 9 Jul 2021 01:18:09 -0400 Subject: [PATCH] update readme to indicate node 14 is required --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 894f055..8562f33 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocke The module is now available on npm! `npm i whatsapp-web.js` -Please note that Node v10.18.1+ is required due to Puppeteer. +Please note that Node v14+ is required. ## Example usage