updated readme

This commit is contained in:
Adhiraj
2020-05-27 11:35:06 +05:30
parent 2eedb7b9f2
commit 9e70f6f57b
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored

Binary file not shown.

View File

@@ -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