typo fix in 'loadConversation'

This commit is contained in:
Adhiraj
2020-05-15 15:33:46 +05:30
parent b60bd03d21
commit 80adc095a3
4 changed files with 6 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
If you require more functionality than provided, it'll super easy for you to write an extension (More on this at the end).
* __Install__
Create and cd to your NPM project directory and then in terminal, write: ``` npm install github:adiwajshing/Baileys ```
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')