diff --git a/.DS_Store b/.DS_Store index 01a419b..453e486 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/README.md b/README.md index 6a57c94..be71c60 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Create and cd to your NPM project directory and then in terminal, write: ``` npm install baileys ``` Then import in your code using: ``` javascript - const WhatsAppWeb = require('Baileys') + const WhatsAppWeb = require('baileys') ``` * __Connecting__ ``` javascript