diff --git a/README.md b/README.md index baf962d..16b17f6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # whastapp-web.js A WhatsApp API client that connects through the WhatsApp Web browser app + +It uses Puppeteer to run a real instance of Whatsapp Web to avoid getting blocked. + +This is still very much a work in progress, but you can check out [example.js](./example.js) to see how to read and send messages.