From d71544566cc50f9d26533be3dc337f93c60ca797 Mon Sep 17 00:00:00 2001 From: "Pedro S. Lopez" Date: Sat, 30 Oct 2021 21:29:39 -0400 Subject: [PATCH] move links section in readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 28c8197..a0a84f4 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,13 @@ It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocke **NOTE:** I can't guarantee you will not be blocked by using this method, although it has worked for me. WhatsApp does not allow bots or unofficial clients on their platform, so this shouldn't be considered totally safe. +## Quick Links + +* [Guide / Getting Started](https://wwebjs.dev/guide) _(work in progress)_ +* [Reference documentation](https://docs.wwebjs.dev/) +* [GitHub](https://github.com/pedroslopez/whatsapp-web.js) +* [npm](https://npmjs.org/package/whatsapp-web.js) + ## Installation The module is now available on npm! `npm i whatsapp-web.js` @@ -105,13 +112,6 @@ After that check the following webpage and check http://127.0.0.1:9220/json and Something missing? Make an issue and let us know! -## Links - -* [Reference](https://docs.wwebjs.dev/) -* [Guide](https://wwebjs.dev/guide) _(work in progress)_ -* [GitHub](https://github.com/pedroslopez/whatsapp-web.js) -* [npm](https://npmjs.org/package/whatsapp-web.js) - ## Contributing Pull requests are welcome! If you see something you'd like to add, please do. For drastic changes, please open an issue first.